@import url('video_youtube.css');
@import url('find-your-stay.css');
@import url('more_to_discover.css');
.detail_youtube_video_wrapper {
    padding: 0;
}

.detail__content__more-to-discover .item__image {
    position: relative;
    padding-bottom: calc(330/413 * 100%);
    height: auto;
}

.detail__content__more-to-discover .item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail__content__more-to-discover .item__title.h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.detail__content__more-to-discover .item__description {
    margin-bottom: 20px;
}

.detail__content__more-to-discover .more-to-discover__list {
    justify-content: flex-start;
    gap: 20px;
}



@media (max-width: 767.98px){
    .detail_youtube_video_wrapper {
        display: block;
    }

    .detail__content__more-to-discover .detail__content__list__item:nth-child(2n+1),
    .detail__content__more-to-discover .detail__content__list__item {
        margin-bottom: 0px;
        padding-bottom: 40px !important;
    }
}