.modal-content {
  width: 100%;
}

.modal-body {
  padding: 0;
}

.embed-responsive {
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  width: 100%;
  height: 100%;
}

.vh-60 {height: 60vh !important;}

@media screen and (max-width: 1280px) {


}

@media screen and (min-width:981px){

}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
  .vh-60 {height: 30vh !important;}
}


@media screen and (min-width: 720px) {

}


/* .eg-block div.video-wrapper{
    width: 100% !important;
    padding: 0 0 15px 0;
} */


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  