.stButton .chicklets {
height: 20px !important; }
+.blocks {
+ position: relative;
+ padding: 0 38px;
+ margin-bottom: 50px; }
+ @media only screen and (max-width: 40em) {
+ .blocks {
+ padding: 0 15px;
+ max-width: 260px;
+ margin-bottom: 75px; } }
+ @media 0em, 40em {
+ .blocks {
+ margin-top: 20px;
+ margin-bottom: 75px; } }
+
#slideshow {
top: -121px;
position: relative;
$("#properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a").mouseout(function () {
$("#properties .top-bar .top-bar-section ul#menu-properties #menu-item-1517 > a").css("box-shadow", "0px -7px 10px -9px rgba(0, 0, 0, 0.5) inset");
});
-
});
$("#properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a").mouseout(function () {
$("#properties .top-bar .top-bar-section ul#menu-properties #menu-item-1517 > a").css("box-shadow", "0px -7px 10px -9px rgba(0, 0, 0, 0.5) inset");
});
-
});
height: 20px !important;
}
+.blocks {
+ position: relative;
+ // top: -150px;
+ padding: 0 38px;
+ margin-bottom: 50px;
+ @media #{$small-only} {
+ padding: 0 15px;
+ max-width: 260px;
+ margin-bottom: 75px;
+}
+@media #{$small-range}{
+ margin-top: 20px;
+ margin-bottom: 75px;
+}
+}
+
+