#player-video {
  width: 95%;
  display: block;
  margin: auto;
  clear: both;
  margin-top: 40px;
}
#player-video2 {
  width: 85%;
  display: block;
  margin: auto;
  clear: both;
  margin-top: 50px;
}
#iframe1{
width:100%;
aspect-ratio: 16 / 9;
border: none;
}
#iframe2{
  width:100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: none;
  }
@media only screen and (min-width: 1800px) {
  #player-video {
  width: 85%; 
  
}
}
@media only screen and (max-width: 1200px) {
  #player-video {
  width: 100% !important;
  display: block !important; 
  
}
#iframe1, #iframe2 {
  width: 100% !important; 
  
}
}

