added height to right element
authorIan Weller <ian@gaslightmedia.com>
Thu, 22 Oct 2015 14:09:25 +0000 (10:09 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 22 Oct 2015 14:09:25 +0000 (10:09 -0400)
css/app.css
scss/_slideshow.scss

index e5cc44f..b368b7d 100644 (file)
@@ -6994,12 +6994,13 @@ main.search-results #head-img {
 #slideshow {
   position: relative;
   margin-top: -295px;
-  z-index: -1;
-  max-height: 605px; }
+  z-index: -1; }
   @media only screen and (max-width: 40em) {
     #slideshow {
       margin-top: -140px;
       max-height: 230px; } }
+  #slideshow .metaslider {
+    max-height: 615px; }
   #slideshow #caption {
     background: rgba(0, 0, 0, 0.75);
     color: #FFFFFF;
index d37add7..762acb1 100644 (file)
@@ -3,11 +3,13 @@
     margin-top: -295px;
 //    top: -185px;
     z-index: -1;
-    max-height: 605px;
     @media #{$small-only} {
         margin-top: -140px;
         max-height: 230px;
     }
+    .metaslider {
+        max-height: 615px;
+    }
     #caption {
         background: rgba(0, 0, 0, 0.75);
         color: $white;