.categories-items {
    width: 340px;
}

@media (min-width: 800px) and (max-width: 1000px) {
    .categories-items {
        width: 300px;
    }
}

@media (max-width: 799px) {
    .categories-items {
        width: 250px;
        height: 200px !important;
    }
}

@media (max-width: 767px) {
    .categories-items {
        margin: 20px auto 0 auto;
    }
}

.inset-shadow-t-lg {
    box-shadow: inset 0px 200px 170px -100px rgba(0, 0, 0, 0.7);
}

.mv-carousel .owl-nav button {
    width: 20px;
}

.mv-carousel .owl-dots .owl-dot.active span,
.mv-carousel .owl-dots .owl-dot:hover span {
    background: #9400ff;
}

#js-best .owl-dots {
    margin-top: 2rem;
}

#js-best .js-best__copy {
    padding: 1rem;
    text-align: center;
}

.masterclass-feature {
    background-position-x: 80%;
}

@media (min-width: 768px) {
    .masterclass-feature {
        background-position-x: 65%;
    }
}

@media (min-width: 992px) {
    .masterclass-feature {
        background-position-x: right;
    }
}

.home-content__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    padding: 2rem 1rem;
}

@media (min-width: 768px) {
    .home-content__grid {
        padding: 4rem 4rem;
    }
}

@media (min-width: 992px) {
    .home-content__grid {
        padding: 4rem 8rem;
    }
}

.home-instagram__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

@media (min-width: 768px) {
    .home-instagram__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }
}

@media (min-width: 992px) {
    .home-instagram__grid {
        gap: 1rem;
    }
}

.home-instagram__grid a:hover {
    border-bottom: 0;
}

.home-instagram__grid li {
    line-height: 0;
}

.header-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(9, 36, 0, 0.32) 0%, #000000c4 100%);
}

/* .shadow-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.header-overlay:before {
    top: 0;
    background-image: linear-gradient(to top, #fff0 0%, #111 100%);
}

.header-overlay:after {
    bottom: 0;
    background-image: linear-gradient(to bottom, #fff0 0%, #111 100%);
}

.header-overlay:before,
.header-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
}
