@media only screen and (max-width: 768px) {
.section.seville-new-breadcrumbs .breadcrumb__list {
    padding: 28px 0 78px;
} 
}

@media only screen and (max-width: 500px) {
.yt_player {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    margin-bottom: 20px;
}  
}

.banner-f .banner__image img {
    object-fit: contain;
}

.custom_slider:before {
    background: linear-gradient(0deg, #1a2e67 50px, #fff 50px, #1a2e67 50px, #1a2e67 100%);
}

.banner-a .banner__video-wrapper.video-container {
    padding: 16% !important;
}

.banner__item {
    display: flex !important;
}

video.video {
    background-color: transparent !important;
}

a.location__email--link {
    color: #a0ad26;
}

.section.seville-new-footer .section--dark .socialmedia__list .socialmedia__link {
    color: #a0ad26;
}

a.footer-link {
    color: #a0ad26 !important;
}

@media (max-width: 991px) {
    .banner__item {
        display: block!important;
    }
}