.teaser-story-offer {
display: flex;
margin-bottom: 8px;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
.teaser-story-offer {
flex-direction: column;
justify-content: flex-end;
padding: 0;
}
}
@media (min-width: 768px) {
.teaser-story-offer {
align-items: center;
margin-bottom: 16px;
}
}
@media (max-width: 767px) {
.teaser-story-offer .figures {
order: 1;
}
}
@media (min-width: 768px) {
.teaser-story-offer .figures {
flex: initial;
align-self: flex-end;
margin-right: auto;
}
}
@media (min-width: 768px) {
.teaser-story-offer .figures figure {
height: 100%;
}
}
.teaser-story-offer .figures img {
height: auto;
width: 100%;
max-width: 280px;
}
@media (min-width: 768px) {
.teaser-story-offer .figures img {
width: auto;
}
}
.teaser-story-offer .content {
flex: 0 1 auto;
margin-bottom: auto;
}
@media (min-width: 768px) {
.teaser-story-offer .content {
flex: initial;
margin: 0 auto 0 0;
margin-left: 16px;
}
}
.teaser-story-offer .content .headline {
font-size: 24px;
font-family: CodeProBold, Verdana, Tahoma, sans-serif;
color: #fff;
}
@media (min-width: 480px) {
.teaser-story-offer .content .headline {
font-size: 30px;
}
}
.teaser-story-offer .content .headline strong {
color: #7814B3;
}
.item-collection.asm-story-slider-content-1 {
min-height: 323px;
height: auto;
}
.item-collection.asm-story-slider-content-1 .items {
height: 100%;
padding: 16px;
}
@media (min-width: 768px) {
.item-collection.asm-story-slider-content-1 .items {
padding: 16px 8%;
}
}
.item-collection.asm-story-slider-content-1 .items a.btn {
flex: 0 1 auto;
margin: 0 auto;
width: 100%;
}
@media (min-width: 480px) {
.item-collection.asm-story-slider-content-1 .items a.btn {
width: auto;
}
}
/*# sourceMappingURL=story-teaser-1-css.css.map */