@charset "utf-8";

.scene-map{
    aspect-ratio: 100/83;
    overflow: hidden;
}

.scene-map > img{
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.scene-flex-tit{
    position: relative;
    max-width: max-content;
}

/* .scene-flex-tit::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 30%;
    opacity: .3;
    background: var(--secondary);
} */

.scene-flex-tit::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: -1;
    width: clamp(100px, 76.214px + 6.343vw, 198px);
    height: 46px;
    background: url(/system_panel/uploads/images/scene_title_decoration.png) no-repeat center / contain;
	margin: auto;
}

.scene-flex-img {
    aspect-ratio: 608/374;
    overflow: hidden;
}

.scene-flex-img>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}