.gallery-img {
    height: 370px;
    object-fit: cover;
    border-radius: 35px;
}

.tn-pack-item {
    transform: scale(0.9);
    transition: all 0.5s;
}

.tn-pack-item:hover {
    transform: scale(1);
}

.tn-pack-img {
    height: 280px;
    object-fit: cover;
    border-radius: 30px;
}

.tn-pack-item .title {
    font-size: 28px;
    font-weight: bold;
    color: var(--white);
    text-align: center;
    padding: 10px;
}

.mo-vi {
    --height: 250px;
}

.mo-vi .vr-img,
.mo-vi .thumbnail-overlay {
    height: var(--height);
}

.mo-vi .play-button-overlay {
    top: unset;
    background: var(--white);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.mo-vi .you-play {
    width: 60px !important;
    transform: scale(1.5);
}