

html, body {   
    overflow-x: visible;    
}
p.jerDisclaimer {
    position: absolute;
    bottom: -45px;
    right: 16px;
    font-style: italic;
    font-weight: 600;
    color:#fff;
}
.jerInnerSliderSec {
    padding-top: 20px;
}
.jerInnerSliderWrapper {
    position: relative;
}
.jerInnerSliderWrapper img {
    border-radius: 40px;
}
.jerInnerSliderWrapper h1 {
    position: absolute;
    text-align:center;
    top: 50%;
    left:50%;    
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 70px;
    line-height: 80px;
	margin:0px;
}
.jerInnerSliderWrapper h1 span{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    line-height:40px;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1920px) { 
    .jerInnerSliderWrapper img {
        max-width: 100%;
    }    
}

@media screen and (max-width: 1400px){
    .jerProgramSec {
        padding: 120px 80px;
    }
}

@media(max-width:1024px){
    .jerInnerSliderWrapper picture img {
        width: 100%;   
        max-height:350px;
     }
     .jerInnerSliderWrapper h1 span {  
      font-size: 30px;
      line-height: 36px;
    }
    .jerInnerSliderWrapper h1 { 
      font-size: 65px;
      line-height: 80px;
    }
}

@media(max-width: 767px){
    .jerInnerSliderWrapper picture img {
        border-radius: 20px;
        max-width: 100%;
        max-height: 180px;
    }    
    .jerInnerSliderWrapper h1 span {
        font-size: 13px;
    } 
    .jerInnerSliderWrapper h1 {
        font-size: 34px;
        line-height: 36px;
        transform: translate(-50%, -60%);
    }  
       

}