/*

@media (min-aspect-ratio: 16/9) {

  .video-container iframe {

    height: 56.25vw;

  }

}

    

@media (max-aspect-ratio: 16/9) {

  .video-container iframe {

    width: 177.78vh;

  }

}



*/



@media (min-width: 768px) {

  .navbar-expand-md {

      flex-wrap: wrap !important;

  }



}
@media (max-width: 767px) {

  header img.img-fluid {
    height: 50px
  }
  header {
    position: relative;
  }
.countdown {
  left: auto !important;
  right: 0;
  bottom:0 !important;
}
.savethedate.text-light {
  color: #ffdd00 !important;
}

}