
@media (max-width : 2600px){
  #video-container{text-align:center;  display: block;justify-content: center; align-items: center;}
  #video-title{display:block; margin-bottom:50px; margin-top:50px; font-family: baskerville-urw, serif; font-size:35px; color:#1A1A1A;}
  #video-container a {  justify-content: center; display: flex;  }
  #video-container img {max-width:576px; margin-bottom:77px;}
}

@media (max-width : 1680px){
    #video-container img {max-width:376px; margin-bottom:77px;}
    #video-title{font-family: baskerville-urw, serif;  font-size:30px; }

}


@media (max-width : 1080px){
    #video-container img {max-width:320px; margin-bottom:77px;}
    #video-title{font-family: baskerville-urw, serif;  font-size:30px; }

}



}