.acm-video.style-1 {
  overflow: hidden;
}
.acm-video.style-1 .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
  background-color: #000000;
}
.acm-video.style-1 .video-wrapper img {
  max-width: 100%;
}
.acm-video.style-1 .video-wrapper:before {
  content: "";
  position: absolute;
  background:rgba(0, 0, 0, 0) linear-gradient(200deg, #265bbc, #346fdb) repeat scroll 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.8;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.acm-video.style-1 .video-wrapper:hover:before {
background:rgba(0, 0, 0, 0) linear-gradient(200deg, #346fdb, #346fdb) repeat scroll 0 0;
  opacity: 0.6;
  filter: alpha(opacity=100);
}
.acm-video.style-1 .video-wrapper.playing:before {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.acm-video.style-1 .video-wrapper.playing .btn-play {
  display: none;
}
.acm-video.style-1 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.acm-video.style-1 .video-player {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .acm-video.style-1 .video-player {
    margin-top: 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .acm-video.style-1 .video-player {
    margin-top: 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .acm-video.style-1 .video-player {
    margin-top: 0px;
  
    width: auto;
  }
}
@media (min-width: 1600px) {
  .acm-video.style-1 .video-player {
    margin-top: 0px;
    width: auto;
  }
}
.acm-video.style-1 .video-player .btn-rounded {
  border-radius: 50%;
  height: 72px;
  line-height: 82px;
  padding: 0 !important;
  width: 72px;
  border-width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-top: -36px;
  margin-left: -36px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.acm-video.style-1 .video-player .btn-rounded:hover {
  box-shadow: none;
}
.acm-video.style-1 .video-player .btn-rounded .fa {
  font-size: 32px;
}
.acm-video.style-1 .video-content {
  background: #5a7f91;
  background-image: url("../../../images/bg-trans.png");
  color: #000000;
  font-size: 14px;
  padding: 60px 120px 60px 60px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.modulefilmbox {margin-top:0;}
.modulefilmbox .module-inner {padding:0}
.modulefilmbox .module-ct {padding:0}
.sr-only { border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}

.fa-play::before {content:"\f04b";font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}
	
.fa-play-circle-o:before{content:"\f04b"}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}


@media (min-width: 1200px) {
  .acm-video.style-1 .video-content {
	  display:none;
  }
}
@media (max-width: 767px) {
  .acm-video.style-1 .video-content {
    height: auto !important;
    padding: 24px 20px;
  }
}
.acm-video.style-1 .video-content .video-heading {
  font-size: 16px;
  color:#fff;
  margin-top: 0;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .acm-video.style-1 .video-content .video-heading {
    margin-top: 0px;
  }
}
.acm-video.style-1 .video-content .btn {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .acm-video.style-1 .video-content .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .acm-video.style-1 .video-content .btn {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.acm-video.style-1 .video-content .btn i {
  margin-left: 10px;
}