/*Product teaser default styling*/
.product-info-teaser .default .content-wrapper {
    background-color: #f0f0f0;
    padding: 60px;
}
.product-info-teaser .default .content-wrapper .image-link img {
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.15);
}
.product-info-teaser .default .content-wrapper .link-wrapper {
    margin-bottom: 24px;
}
.product-info-teaser .default .content-wrapper .link-wrapper a {
    position: relative;
}
.product-info-teaser .default .content-wrapper .link-wrapper a.internal {
    padding-left: 15px;
}
.product-info-teaser .default .content-wrapper .link-wrapper a {
    padding-left: 36px;
}
.product-info-teaser .default .content-wrapper .link-wrapper a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-info-teaser .default .content-wrapper .link-wrapper a.internal:before {
    width: 10px;
    height: 11px;
}
.product-info-teaser .default .content-wrapper .link-wrapper a.asset.pdf:before {
    width: 21px;
    height: 21px;
}
.product-info-teaser .default .content-wrapper .link-wrapper a:before {
    background-image: url(../../images/arrow-filled-right-red.svg);
}
.product-info-teaser .default .content-wrapper .link-wrapper a.asset.pdf:before {
    background-image: url(../../images/download-arrow-red.svg);
}

@media screen and (max-width: 960px) {
    .product-info-teaser .default .content-wrapper {
        background-color: #f0f0f0;
        padding: 20px;
    }
}

