@media screen and (max-width: 1023px) {
    
    .hero-extended .continue-share div:last-of-type:not(.hero-extended-main .social-icons.js-socialIcons) {
        display: block !important;
    }
.hero-extended-main .social-icons.js-socialIcons{
	display:none !important;
	}
}
@media screen and (min-width: 1023px) {
    
    .hero-extended .continue-share div:last-of-type:not(.hero-extended-main .social-icons.js-socialIcons) {
        display: block !important;
    }
.hero-extended-main .social-icons.js-socialIcons{
	display:none !important;
	}
}


@media screen and (max-width: 767px) {
.hero-extended .hero-extended-main .content { padding-top: 85px !important; }
}

@media screen and (min-width: 768px) {
.hero-extended .hero-extended-main .content { padding-top: 85px !important; }
}

@media screen and (min-width: 768px) {
.chaptering .chaptering-hero-module-description { padding-top: 200px !important; }
}

@media screen and (max-width: 767px) {

.continue-share{
gap:30px !important;
}
.hero-extended .hero-extended-main .container,.hero-extended .hero-extended-intro .container {
    position: relative;
    min-height: 670px !important;
}
.hero-extended .hero-extended-main,.hero-extended .hero-extended-intro {
    position: relative;
    min-height: 500px !important;
}

}

