.teasers__teaser-image, .teasers__teaser-animatic {
    display:block;
    margin:auto;
    min-height:20vh;
    max-height:45vh;
    max-width:70vw;
    min-width:20vw;
    background-color: rgba(255, 255, 255, 0.9 );
    box-shadow: #ac5100 0px 0px 4px 3px;
    object-fit: contain;
}
.teaser-header {
    background-image: url('../assets/teaser-background.png');
    background-size: cover;
    background-position:bottom;
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.teaser-header__titles {
    position:absolute;
    bottom:25px;
    left:10%;
    right:10%;
}

.teaser-header__titles__image {
    display:block;
    margin:auto;
    max-width:100%;
    max-height:30vh;
}

.carousel {
    position:absolute;
    top:10%;
    left:10%;
    right:10%;
    height:50%;
    display:block;
}
.teasers {
    display:block;
    list-style: none;
    margin: 0;
    padding:0;
}
.carousel__item {
    display:block;
    margin:auto;
}

.teasers__teaser-text {
    display:block;
    color:#000;
    margin:auto;
    font-weight:bold;
    font-size: 5.5vw;
    font-family: 'Almendra SC', serif;
    text-shadow: #c17455 3px 2px 4px;
    text-align:center;
}
.teasers__item__box {
    display:table;
    margin:auto;
    margin-top:5px;
    margin-bottom:5px;
}
.teasers__teaser-caption {
    display:table-caption;
    caption-side: bottom;
    color:#ac5100;
    font-weight:bold;
    font-size: 2.5vh;
    font-family: 'Almendra SC', serif;
    text-shadow: #000 1px 1px 1px;
    background-color:#fff;
    text-align:center;
    box-shadow: #ac5100 0px 0px 4px 3px;
}

.footer__copyright {
    display:block;
    position:absolute;
    color:#EEF;
    bottom:5px;
    right:5px;
    font-size: 8pt;
}
.carousel__controls {
    display:block;
    text-align:center;
    width:100%;
}
.carousel__controls__item {
    display:inline-block;
    height:2vh;
    margin: 5px 5px 0 5px;
}
.carousel__controls__item:hover {
    background:rgba(193, 116, 85,0.9);
    box-shadow: #c17455 0px 0px 4px 3px;
}

.carousel__controls__item--active {
    background:rgba(51, 51, 51,0.9);
    box-shadow: #333 0px 0px 4px 3px;
}

.tools {
    position:absolute;
    top:3px;
    right:3px;
    color:#ac5100;
    font-size: 2.5vmin;
    font-family: 'Almendra SC', serif;
    background: #c17455;
    box-shadow: #c17455 0 0 4px 3px;
}

.tools a {
    color:black;
}

.tools a:hover {
    color:white;
}