
/*.horizontal-slider-wrap,*/
#container{
        width: 100%;
        height: auto;
        padding: 0;
        overflow-y: visible;
        overflow-x: auto;
        position: relative;         
  padding: 5px;
        background: white;
    }
    
    #container .horizontal-slider{
        -ms-box-orient: horizontal;
        -ms-display: flex;
        -webkit-display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        display: flexbox;
        flex-direction: row;
        width: auto;
        min-width: 100%;
        height: auto;
        font-size: 14px;
    }
    
    .video-wrap {
        min-width: 300px;
        border: 4px solid #CAF6EF;
        text-align: center;
      
    }
.video{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56%;
  
}
iframe{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  
}
 @media only screen and (max-width: 450px) {
   .video-wrap {
        min-width: 200px;
}
    
	.horizontal-slider {
    padding-left: 10px;
    padding-bottom: 10px;
}
.mobilehead{
	padding-top: 20px !important;
	font-size: 14px !important;
}
 }
