.teaser-padding-bottom {
    padding: 0 0 10px 0;
}
.infoteaser {
    font-weight: 400;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background 0.5s;
}
.infoteaser:hover {
    background-position: 40% 50%;
}
.infoteaser-description {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem;
    margin: 0;
    transition: all 0.5s;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
}
/*.infoteaser-description a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
@media (max-width: 576px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}