.video-section {
    position: absolute;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9;
    background: url('/shop/assets/img/02.png') center center;
    background-color: #3e392f54;
}

@media (min-width: 1200px) {
    .my-xl-17 {
        margin-top: 17rem !important;
    }
}

@media (max-width: 992px) {
    .my-xl-17 {
        margin-top: 17rem !important;
    }
}

.btn-scroll-top {
    --cz-btn-padding-x: .85rem;
    --cz-btn-padding-y: calc(0.595rem + var(--cz-border-width));
    font-size: .525rem;
}

.item-title{
    color: #333d4c;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
}
.ratio img{
    padding: 13px;
}
