#post-head {
    position: relative;
    overflow-x: visible !important;
}

#post-head h2 {
	box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    color: #e53f3f;
    letter-spacing: 2px;
    font-family: 'Marcellus SC', serif;
    padding-bottom: 0px;
    border-bottom: none;
    margin: 0 auto;
    font-size: 360%;
    width: 97vw;
    max-width: 800px;
	text-align:center;
}

#post-head p.wp-block-post-excerpt__excerpt {
    padding: 0;
    margin: 0;
	text-transform: uppercase;
    font-family: 'Syne Mono', monospace;
}

#post-head figure {
    display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    z-index: 999;
    left: 50%;
    transform: translateX(-50vw);
	height: 1334px;
}

#gradient-overlay {
	display:none;
    background: url(/img/chaptercards/chapter-card-overylay.webp);
    background-position: center;
    background-repeat: repeat-y;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50vw);
    box-sizing: border-box;
    height: 1334px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

#post-head img {
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50vw);
    box-sizing: border-box;
}

#post-head-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100vw;
    height: 400px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
    position: relative;
    left: 50%;
    z-index: 1000;
    transform: translateX(-50vw);
}

#post-head .wp-block-post-excerpt {
    width: 800px;
    margin: 20px auto;
}

#post-head .synopsis-cast {
    color: #e53f3f;
    font-family: 'Syne Mono', monospace;
    font-size: 150%;
    letter-spacing: 2px;
	text-align:center;
}

.chapter-cast {
    margin: 46px 0px 20px 0px;
    position: relative;
    top: 0px;
}


@media only screen and (min-width: 1px) and (max-width: 450px)  {
#post-head figure {
    height: 500px;
}
    #post-head-info {
        top: revert;
        height: auto;
        position: relative;
    }
#gradient-overlay {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
        height: 200px;
        top: 305px;
		display: block;
}
#post-head h2 {
    font-size: 300%;
}
#post-head p.wp-block-post-excerpt__excerpt {
	font-size:80%;
}
#post-head h2 {
	font-size: 200%;
}
}




@media only screen and (min-width: 1px) and (max-width: 820px)  {
#post-head h2 {
    max-width: 97vw;
	text-align: center;
}
#post-head .wp-block-post-excerpt {
    max-width: 97vw;
}
}

@media only screen and (min-width: 821px) {
#post-head h2 {
    max-width: 800px;
}
#post-head .wp-block-post-excerpt {
    max-width: 800px;
}
}




@media only screen and (min-width: 451px) and (max-width: 820px)  {
#post-head figure {
    height: 800px;
}
#gradient-overlay {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
        height: 200px;
        top: 605px;
		display: block;
}

#post-head h2 {
    font-size: 300%;
}
    #post-head-info {
        top: revert;
        height: auto;
        position: relative;
    }
}



@media only screen and (min-width: 821px) and (max-width: 1200px)  {

#post-head figure {
    height: 900px;
}

#gradient-overlay {
	display:none;
}

}




@media only screen and (min-width: 1024px) and (max-width: 1200px)  {


}




@media only screen and (min-width: 1280px) and (max-width: 1400px)  {



}




@media only screen and (min-width: 1440px) and (max-width: 1900px)  {



}




@media only screen and (min-width: 1920px) and (max-width: 2400px) {


}




@media only screen and (min-width: 2560px) and (max-width: 3800px)  {


}




@media only screen and (min-width: 3840px) {


}