body {
    font-family: 'Roboto', sans-serif;
    padding-top: 106px !important;
}

/**
 * banner
 */
section.banner {
    background-color: #073855;
    color: #ffffff;
    margin-bottom: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
}

section.slider {
    position: relative;
}

.responsiveContainer {
  	  position: relative;
  	  padding-bottom: 56%;
 	  height: 0;
 	  overflow: hidden;
 	}
 	 
.responsiveContainer iframe,
.responsiveContainer object,
.responsiveContainer embed {
 	  position: absolute;
 	  top: 0;
 	  left: 0;
 	  width: 100%;
 	  height: 100%;
 	}


.responsive-video {

    position:relative;
    padding-bottom:56.25%;
    padding-top:15px;
    height:0;
    overflow:hidden;

} 

.responsive-video iframe {

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

} 


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }