/* external iframe*/
.extIframe__wrapper iframe {
    border-radius: 24px;
}

.full-image-banner { padding: 19.2rem 0 0 !important; margin-top: 0 !important;}
.full-image-banner .full-image-banner__content .full-image-banner__author-image{height:56px;width:56px;    border-radius: 50%;    overflow: hidden;}
.full-image-banner a{cursor:pointer}
.full-image-banner__content .publish-details-wrapper, .full-image-banner__content .time-to-read-wrapper{min-width:fit-content}
.full-image-banner__content .time-to-read-wrapper .time-to-read {padding-left:6px; line-height: var(--body-medium-lh);}
.full-image-banner .full-image-banner__image img{/*max-height:calc(100vh - 90px); min-height: 797px;*/ object-fit:cover;     object-position: top;}
.full-image-banner__author-details .publish-details,.full-image-banner__author-details .time-to-read{padding:0 6px;min-width:fit-content} 
.full-image-banner__author-details .author-name{padding-right:6px;min-width:fit-content;     margin-left: 0;} 
/*.full-image-banner .full-image-banner__image{max-height:calc(100vh - 90px); margin-bottom:7.2rem;}*/

.time-to-read-wrapper .time-to-read {font-size: var(--body-extra-small-fs);  line-height: var(--body-extra-small-lh); min-width: fit-content;}
.time-to-read-wrapper .font-light {  font-family: var(--font-light);  padding: 0 6px;}

@media only screen and (max-width:767px){
.full-image-banner{padding: 13.8rem 0 0 !important;}
.full-image-banner__author-details .author-name{padding-right:6px;min-width:100%;margin-left:6px;} 
.full-image-banner .full-image-banner__content .full-image-banner__author-image{height:40px;width:40px; min-width: 40px;}
.full-image-banner .full-image-banner__image img{min-height:375px}
.full-image-banner__author-details .publish-details{border-left:none}
.full-image-banner.real-story-banner .full-image-banner__content{padding-top:18px;     padding-bottom: 48px;}
}