|
@@ -798,6 +798,32 @@ article {
|
|
|
height: auto;
|
|
|
}
|
|
|
|
|
|
+.featured-image {
|
|
|
+ width: 100%;
|
|
|
+ background-position: left;
|
|
|
+ background-origin: border-box;
|
|
|
+ background-size: cover;
|
|
|
+ height: 60vh;
|
|
|
+ min-height: 500px;
|
|
|
+ -webkit-box-flex: 1;
|
|
|
+ -webkit-flex: 1 0 auto;
|
|
|
+ -ms-flex: 1 0 auto;
|
|
|
+ flex: 1 0 auto
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1199px) {
|
|
|
+ .featured-image {
|
|
|
+ min-height: 400px;
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .featured-image {
|
|
|
+ min-height: 300px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.article-header-caption {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|