/* this file overrides styles in the portal engine. It is not transpiled, so use vanilla CSS */

.blur-image__bg {
    display: none;
}

.teaser__options {
    background: transparent;
}

.teaser__options .btn-outline-light {
    background: white;
    color: #181818;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform .2s ease-in-out;
}
.teaser__options .btn-outline-light:hover {
    background: #f8f8f8;
    transform: scale(1.1);
}