body {
    margin: 0px;
    padding: 0px;  
    background: #483865;
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.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: #fbebda;
    font-size: 80px;
    line-height: 90px;
    width:100%;
	margin:0px;
}
.jerInnerSliderWrapper h1 span{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    line-height:40px;
}

.jerArtistnadSpeakerSec {
    margin: 90px 0px 0px;
}

.jerArstSpeakWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jerartistDetails {
    width: 23.5%;
    max-width: 100%;
    max-height: 100%;
    float: none;
    margin-bottom: 30px;
    position: relative;
}

.jerartistDetails img {
    max-width: 100%;
    min-height: 100%;
    border-radius: 28px;
    width: 100%;
}

.jerartistInfo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    white-space: normal;
    background: #060334;
    border-radius: 28px;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
}

.jerartistInfoPosition {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFD5AB;
    margin-bottom: 10px;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    position: absolute;
}

.jerartistInfoPosition h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'MeganDisplay';
    font-weight: 400;
    color: #fff;
}

.jerartistInfoPosition span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFD5AB;
    margin-bottom: 10px;
    display: inline-block;
}

.jerartistInfoPosition p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.jerartistDetails:hover .jerartistInfo {
    height: 100%;
    transition: all 0.6s;
}


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

@media screen and (max-width: 1366px){
    .jerProgramSec {
        padding: 120px 80px;
    }
}
@media screen and (max-width:767px){
    .jerInnerSliderWrapper img {        
        height: 300px;        
    }
    .jerInnerSliderWrapper h1{
        width:100%;
        font-size: 60px;
        line-height: 70px;
    }
}

@media screen and (max-width: 550px){
    .jerInnerSliderWrapper img {
        border-radius: 28px;
        max-width: 100%;
        height: 187px;
    }   
    .jerInnerSliderWrapper h1 {
        font-size: 27px;
        line-height: 34px;
        width: 100%;
    }
}
@media screen and (min-device-width: 1366px) and (max-device-width: 1920px) {
    .jerInnerSliderWrapper img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .jerInnerSliderWrapper img {
        max-width: 100%;
    }

    .jerartistDetails {
        width: 31.5%;
        height: auto;
        margin-bottom: 20px;
    }

    .jerartistDetails img {
        color: transparent;
        min-height: auto;
        height: auto;
        border-radius: 24px;

    }

    .jerartistInfo {
        border-radius: 24px;
    }

    .jerartistInfoPosition p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1366px) {
    .jerInnerSliderWrapper img {
        max-width: 100%;
    }

    .jerartistDetails img {
        color: transparent;
        min-height: auto;
        height: auto;
        border-radius: 24px;

    }

    .jerartistInfo {
        border-radius: 24px;
    }
}

@media screen and (max-width: 1400px) {
    .jerInnerSliderWrapper img {
        max-width: 100%;
    }

    .jerartistDetails {
        width: 31.5%;
        height: auto;
        margin-bottom: 20px;
    }

    .jerartistDetails img {
        color: transparent;
        min-height: auto;
        height: auto;
        border-radius: 24px;

    }

    .jerartistInfo {
        border-radius: 24px;
    }

    .jerartistInfoPosition p {
        margin-bottom: 0;
    }
	#jerHeader {
    padding: 0px 24px;
 }
}

@media screen and (max-width: 1024px) {
    .jerartistDetails {
        width: 31.5%;
        height: auto;
        margin-bottom: 20px;
    }

    .jerartistDetails img {
        color: transparent;
        min-height: auto;
        height: auto;
        border-radius: 24px;

    }

    .jerartistInfo {
        border-radius: 24px;
    }

    .jerartistInfoPosition p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .jerartistDetails {
        width: 31.5%;
        height: auto;
        margin-bottom: 20px;
    }

    .jerartistDetails img {
        color: transparent;
        min-height: auto;
        height: auto;
        border-radius: 24px;

    }

    .jerartistInfo {
        border-radius: 24px;

    }

    .jerartistInfoPosition p {
        margin-bottom: 0;
    }

    .jerartistInfoPosition h4 {
        font-size: 18px;
        line-height: 26px;

    }
}

@media screen and (max-width: 550px) {

    .jerartistDetails {
        width: 47.5%;
        height: auto;
        margin-bottom: 16px;
    }

    .jerartistDetails img {
        color: transparent;
        min-height: auto;
        height: auto;
        border-radius: 16px;

    }

    .jerartistInfo {
        border-radius: 16px;

    }

    .jerartistInfoPosition p {
        margin-bottom: 0;
    }

    .jerArtistnadSpeakerSec {
        margin: 60px 0px 0px;
    }

}