.case.case-clothes .info .note.note-extra-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}
.case.case-clothes .row-2 .container .media-wrapper {
    min-width: 512px;
    height: 512px;
    position: relative;
}
.case.case-clothes .row-2 .container .media-wrapper img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: unset;
    z-index: 2;
    border-radius: 0;
    pointer-events: none;
}
.case.case-clothes .row-2 .container .media-wrapper .video-wrapper {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 20px;
    height: 500px;
    width: 230px;
    top: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.case.case-clothes .row-2 .container .media-wrapper .video-wrapper video{
    height: 500px;
    max-height: unset;
    /*margin-left: 18px;*/
}
.case.case-clothes .row-3 #t-shirt-preview {
    height: 512px !important;
    width: 512px !important;
    border-radius: 40px;
}
.case.case-clothes .row-3 .container {
    margin-bottom: 128px;
}
.case.case-clothes .button-block {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: -64px;
}
.case.case-clothes .button-block p {
    width: 394px;
    background: #FFFFFF;
    color: #1A191D;
    border-radius: 100px;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
.case.case-clothes .button-block p:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    user-select: none;
}
@media (max-width: 1440px) {
    .case.case-clothes .row-2 .container .media-wrapper {
        height: 284px;
        min-width: 284px;
    }
    .case.case-clothes .row-2 .container .media-wrapper .video-wrapper {
        height: 275px;
        width: 130px;
    }
    .case.case-clothes .row-2 .container .media-wrapper .video-wrapper video {
        height: 275px;
    }
    .case.case-clothes .row-3 #t-shirt-preview {
        height: 284px !important;
        width: 284px !important;
        border-radius: 20px;
    }
}
@media (max-width: 1280px) {
    .case.case-clothes .info .note.note-extra-text {
        font-size: 16px;
        line-height: 22px;
    }
    .case.case-clothes .button-block {
        margin-bottom: -16px;
    }
    .case.case-clothes .button-block p {
        width: 284px;
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0;
    }
    .case.case-clothes .row-3 .container {
        margin-bottom: 48px;
    }
}
@media (max-width: 920px) {
    .case.case-clothes .row-2 .container .media-wrapper {
        height: 355px;
        min-width: 311px;
    }
    .case.case-clothes .row-2 .container .media-wrapper .video-wrapper {
        height: 350px;
        width: 170px;
        border-radius: 40px;
    }
    .case.case-clothes .row-2 .container .media-wrapper .video-wrapper video {
        height: 345px;
    }
    .case.case-clothes .row-3 #t-shirt-preview {
        height: 311px !important;
        width: 311px !important;
    }
}
@media (max-width: 480px) {
    .case.case-clothes .row-3 .container {
        margin-bottom: 64px;
    }
    .case.case-clothes .info .note.note-extra-text {
        font-size: 14px;
        line-height: 19px;
    }
    .case.case-clothes .button-block {
        margin-bottom: 16px;
    }
    .case.case-clothes .button-block p {
        max-width: 311px;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 16px 0;
    }
}
