margin-top: 110px;
}
}
-
+/* Featured image styles */
@media (min-width: 1024px) {
.featured-container {
max-height: 520px;
overflow: hidden;
margin-top: 130px;
}
-}
\ No newline at end of file
+}
+#page-wrapper .featured-image {
+ height: 520px;
+ @media #{$medium-only} {
+ height: 360px;
+ }
+ @media #{$small-only} {
+ height: 200px;
+ }
+}
//.offCanvasLinks{
// width: 89%;
//}
-
-#content-wrapper .featured-image {
- height: 520px;
- @media #{$medium-only} {
- height: 360px;
- }
- @media #{$small-only} {
- height: 200px;
- }
-}