@media screen and (min-width: 1024px) {
display: inline-block;
@include size(width, 590px);
+ @include size(min-height, 196px);
}
}
@media screen and (min-width: 62.5em) {
float: left;
@include size(width, 536px);
+ @include size(min-height, 196px);
}
}
overflow: hidden;
position: relative;
+ @media screen and (min-width: 62.5em) {
+ @include size(width, 536px);
+ }
+
p.paragraph {
margin-bottom: 0;
margin-top: 1.2em;