#index_big_trip {
    color: rgba(0,0,0,0.3);
    -webkit-text-stroke: 1px white;
    background-image: url('https://slategray-grouse-860046.hostingersite.com/wp-content/uploads/2025/01/5ceda103f1854cd754f7ccb2a6b92b08.jpg');
    background-clip: text;
    background-position: 50% 50%;
    position: absolute;
    z-index: 10;
}

#index_big_trip_copy {
    position: relative;
    top: 0.11rem;
    left: 0.11rem;
}

#index_big_trip_container {
    display: flex;
    position: relative;
}

#index_gallery_group > .wp-block-cover .index-gallery-item-descriptor {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#index_gallery_group > .wp-block-cover span {
    transition: opacity 0.3s ease-in-out;
}

#index_gallery_group > .wp-block-cover:hover .index-gallery-item-descriptor {
    opacity: 1;
}

#index_gallery_group > .wp-block-cover:hover span {
    opacity: 0.2;
}

#index_gallery_group {
    display: grid;
}

#index_gallery_group_mobile {
    display: none;
}

@media (max-width: 768px) {
    #index_gallery_group {
        display: none;
    }

    #index_gallery_group_mobile {
        display: grid;
        width: 100%;
    }

    .mobile-1-column {
        grid-template-columns: 1fr;
    }

    .mobile-1-column>* {
        grid-column: initial;
    }
}
