/* If into panel exists, hero content set to not display */

.panel-page:has(#main-content > .contentRender_name_plugins_common_homepage_intro) .hero-image-v2 .content-section {
	display: none;
}

.panel-page:has(#main-content > .contentRender_name_plugins_common_homepage_intro) .hero-image-v2 .img-cont::before {
	all: unset;
}

.hero-image-v2 .slide-top .credits,
.hero-image-v2-shallow .slide-top .credits {
	top: 0;
	bottom: unset;
}