.aec2-2.emic {
    background:#010b1b;
}

.aec3-2.emic {
        background: url(https://aquacomms.com/wp-content/uploads/emic1-bg.jpg) top center no-repeat #010b1b;
    padding-top: 80px;
    padding-bottom: 40px;
}

 @media (max-width: 959px) { 
     
    .aec3-2.emic {
        background: url(https://aquacomms.com/wp-content/uploads/emic1-bg-sm.jpg) top 260px center no-repeat #010b1b;
        padding-top: 0px;
        padding-bottom: 40px;
    } 
 }
 
 


.single-article h2 {color: #0c344a;}
.single-article h3 {color: #00a0c5;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe,
.videoWrapper video,
.videoWrapper .wp-video,
.videoWrapper .wp-video-shortcode   {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%;
}


/*---------- Video Embeds ---------*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}