@media (max-width:767px) {
    .header-galley-grid-action {
        bottom: 85px;
    }
    #the-tour-video-row {
    margin: 25px auto !important;
}
}
.header-galley-video-play-btn-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-galley-play-with-text {
    display: flex;
    align-items: center;
    justify-content: end;
    min-width: 250px;
    gap: 0;
    position: relative;
    padding: 3px 3px 3px 0;
}

.header-galley-play-text {
    font-size: 16px;
    width: 205px;
    overflow: hidden;
    padding: 10px 36px 10px 20px;
    font-weight: 500;
    color: #FFF;
    background-color: var(--themebase-btn-color) ;
    white-space: nowrap;
    transition: all 0.5s ease-in-out; 
    position: absolute;
    right: 24px;
    border-radius: 30px 0 0 30px;
}

.header-galley-play-circle,
.header-galley-play-circle:hover,
.header-galley-play-circle:focus,
.header-galley-play-circle:active {
    z-index: 1;
    min-width: 10px;
    padding: 15px !important;
    border-radius: 50%;
    background: #FFF !important;
    color: var(--themebase-btn-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.header-galley-play-circle:hover {
    transform: scale(1.05);
}

.header-galley-play-circle i {
    font-size: 18px;
    margin-left: 3px;
}

.header-galley-play-with-text:hover .header-galley-play-text {
    width: 0;
    padding: 10px 0 10px 20px;
}

#the-tour-video-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    max-width: 960px;
    padding: 0;
}

.tour-featured-video-wrapper {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
}

.tour-featured-video-wrapper iframe,
.tour-featured-video-wrapper video {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0 0 15px 15px;
    flex: 1;
}

.tour-featured-video-wrapper-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tour-featured-video-header {
    background-color: var(--themebase-btn-color);
    color: #fff;
    text-align: left;
    padding: 14px 27px;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    line-height: 1.4;
}

