#content-start  {
  background-color: #C20E1A !important;
  color: white;
}


@media (min-width: 992px) {
    .c-subHeaderSlider__item, .c-subHeaderSlider__link {
        max-width: 240px !important;
    }
}


.video-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
}
.video-responsive iframe{
    left:1%;
    top:0;
    height: 98%;
    width: 98%;
    overflow: hidden;
    position: absolute;
    margin: auto;
}
@media only screen and (min-width: 800px) {

  .video-responsive iframe{
    left:10%;
    top:10%;
    height: 80%;
    width: 80%;
    overflow: hidden;
    position: absolute;
    margin: auto;
   }

}


