.container-label{
    padding-bottom: 100px;
}

.video-head {
    padding: 42px 42px 0 42px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    margin-bottom: 95px;
}

.video-head img {
    width: 100%;
    height: 100%;
}

.video-head-text-container {
    height: 347px;
    background-color: #ffffff;
    width: 322px;
    left: 155px;
    box-sizing: border-box;
    margin: 0 !important;
    bottom: 420px;
    transition: opacity 1s, transform 1s;
    position: relative;
    padding: 51px 60px 0 55.6px;
}

.video-head-text-container.videoActive {
    opacity: 0;
    transform: translateX(-200px);
}

.video-head-text-container .small-title {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.video-head-text-container .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 17px;
    max-width: 170px;
}

.video-head-text-container.videoActive {
    opacity: 0;
    transform: translateX(-200px);
}
.video-head-mobile {
    display: none;
    padding: 42px 42px 0 42px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.video-head-mobile img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-head-mobile iframe {
    height: auto;
}

.video-head-mobile .video-head-text-container {
    left: 0;
    bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 347px;
    background-color: #ffffff;
    width: auto;
}

.title-list{
    text-align: center;
    margin: 31px 0;
}

.flexbox-button {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

#grid-item {
    position: relative;
    text-decoration: none;
}

.grid-img {
    max-width: 100%;
    height: auto;
    width: 251px;
}

.shop-now-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    display: flex;
    background-color: #1c2028;
    color: #ffffff;
    height: 44px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.shop-name-label-container {
    position: absolute;
    top: 20px;
    width: 100%;
    visibility: hidden;
    display: flex;
    color: #1e222b;
    height: 44px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.shop-name-label {
    color: #1e222b;
}

@media only screen and (min-width: 993px) {
    #grid-item:hover .grid-img {
        opacity: 0.7;
    }

    #grid-item:hover .shop-now-button {
        visibility: visible;
    }

    #grid-item:hover .shop-name-label-container {
        visibility: visible;
    }
}

@media only screen and (max-width: 768px) {
    .video-head {
        display: none;
    }
    .video-head-mobile {
        display: block;
    }
    .video-head-text-container {
        padding: 51px 32px;
    }
    .video-head-text-container .text {
        text-align: left;
    }

    .flexbox {
        gap: 30px;
    }

    #grid-item {
        width: 40%;
    }

    .grid-img {
        max-width: 100%;
        width: 100%;
        height: 110px;
        object-fit: cover;
        position: relative;
        top: -10px;
    }

    .shop-now-button {
        visibility: visible;
        position: relative;
    }
}

@media only screen and (max-width: 992px) {
    .video-head {
        display: none;
    }
    .video-head-mobile {
        display: block;
    }
    .video-head-text-container {
        padding: 51px 32px;
    }
    .video-head-text-container .text {
        text-align: left;
    }
    .shop-now-button {
        visibility: visible;
    }
}
