@charset "UTF-8";

/*=============================
RESET
=============================*/
body {
    position: relative;
    height: 100vh;
    margin: 0;
    background: url(img/bg-teaser.jpg) no-repeat center 0/cover;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

/*=============================
TEASER
=============================*/
.fdez-teaser {
    position: absolute;
    top: 25vh;
    right: 0;
    left: 0;
    padding: 3rem 1.5rem;
}
footer .links {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 1.5rem 3rem;
}

@media (min-width: 812px) and (max-width: 915px) {
    .fdez-teaser {
        top: 0;
    }
    .fdez-teaser img, .links img {
        width: 60%;
    }
}
@media (min-width: 820px) and (max-width: 820px) {
    .fdez-teaser {
        top: 25vh;
    }
    .fdez-teaser img, .links img {
        width: 100%;
    }
}
@media (min-width: 900px) and (max-width: 900px) {
    .fdez-teaser {
        top: 25vh;
    }
    .fdez-teaser img, .links img {
        width: 100%;
    }
}
@media (min-width: 912px) and (max-width: 912px) {
    .fdez-teaser {
        top: 25vh;
    }
    .fdez-teaser img, .links img {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .fdez-teaser {
        top: 0!important;
    }
    .fdez-teaser img, .links img {
        width: 65%;
    }
}
@media (min-width: 1280px) and (max-width: 1359px) {
    .fdez-teaser {
        top: 15vh;
    }
}
@media (min-width: 1360px) and (max-width: 1439px) {
    .fdez-teaser {
        top: 0;
    }
}
