.banner-c .banner__video-wrapper.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 52.25%;
    overflow: hidden;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}

@media (min-width: 992px) {
    .section.banner-c-blur.section__bg--light-4 .section--light .banner__text-wrapper--inner {
        text-align: center;
    }
}

.section--light .navigation-b .navigation__button {
    color: black;
}

.section.seville-new-staff .title-subtitle__wrapper {
    margin-bottom: 70px;
    max-width: 850px;
}


.section.fb-grid-a-accordion .featuredblocks-grid-a .featuredblock__content {
    display: inline-block;
}

.featuredblock__content ul li {
    color: #fff;
    list-style-type: disc;
    margin-left: 50px;
    font-size: 1.125rem;
}

a {
  word-break: break-all;  /* Optional: If you need to break at any point */
}