/* Module Specific CSS Declarations */


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


}

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

}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {

}


@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%;
  }
  