.container-tV{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  /* background-color: red; */
}
.container-tV .TV{
  /* background-color: rebeccapurple; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
   width: 100%;
  height: 100%;

}

@media(max-width: 768px){
  #myVideo{
  width: 100%;
  height: 250px;
}
}
.btn-group{
  position: absolute;
  top: 0;
  margin-top: 20px;
}

.v-sunna{
  display: none;
}

