.options-takeover .headline {
    color: #FDB200;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-wrap: break-word
}
.options-takeover .headline .takeover-dates,
.options-takeover .headline .takeover-expired_message {
    display: none;
}

.options-takeover .headline .headline-item span {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    word-wrap: break-word;
    padding-left: 0.75rem;
}

.options-takeover .headline .close {
    width: 100%;
    text-align: end;
    margin-top: auto;
    margin-bottom: auto;
}

.options-takeover .headline .close img {
    width: 1.25rem;
    height: 1.25rem;
}

.block-takeover .image [class*="col-"] {
    padding: 0;
}

.block-takeover  img,
.options-takeover img {
    width: 100%;
}

.block-takeover  .buttons,
.options-takeover .buttons {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}


.block-takeover  .buttons .button,
.options-takeover .buttons .button {
    margin-right: 1.75rem;
}

.block-takeover  a,
.options-takeover a {
    color: inherit;
}

/** RESPONSIVENESS **/

/* NOT MOBILE FIRST STYLES */

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
    /* ---XS ZONE--- */
    .options-takeover .headline .headline-item span {
        display: block;
        padding-top: 0.5rem;
        padding-left: 0;
    }
}

/* END NOT MOBILE FIRST STYLES */

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    /* ---S ZONE--- */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* ---M ZONE--- */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* ---L ZONE--- */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* ---XL ZONE--- */
    .options-takeover .headline .close {
        width: calc(8.33% * 2);
    }
}

/* Orientation: Portrait / Landscape */
@media only screen and (orientation: landscape) {
  /* empty */
}

