@media(max-width:992px) {
    .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #ffc107;
        border: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        font-size: 12px;
        font-weight: bold;
        z-index: 1;
    }

    .p-about__mv__title {
        font-size: 11.7333333333vw;
        line-height: 1;
        letter-spacing: 0em;
    }
}