.ms-layers-template {
	width: 100%;
    aspect-ratio: 1024 / 450;
    max-height: 450px;
    position: relative;
    overflow: hidden;

    @media(min-width: 1025px){
        aspect-ratio: auto;
        height: 450px;
    }
}

.fv-container {
    position: absolute;
    inset: 0;
}

.fv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parallax-counter-v2 {
    background: url("/assets/img/placeholder.svg") repeat fixed;
}

.parallax-counter-v2:before {
    background: conic-gradient(black 25%, transparent 0) 0 0 / 2px 2px repeat !important;
}

.headline,
.footer-v6 .heading-footer h2 {
    background: conic-gradient(#E8E1BC 25%, transparent 0) 0 0 / 2px 2px repeat !important;
}

.pc-only {
    display: block;
    @media (max-width: 500px) {
        display: none;
    }
}

.sp-only {
    display: none;
    @media (max-width: 500px) {
        display: block;
    }
}

.ms-bullets {
    width: auto !important;
}

