right: 0;
float: none;
margin: 0 auto;
- top: 10%; }
+ top: 10%;
+ max-height: 330px; }
+ @media screen and (max-width: 1199px) {
+ #slideshow .nivo-caption {
+ width: 450px;
+ margin: 0; } }
#slideshow .nivo-caption h6 {
width: 400px;
font-weight: bold;
width: 400px;
letter-spacing: 0.1em;
font-size: 18px;
- padding: 0; }
+ padding: 0;
+ margin-bottom: 25px;
+ position: relative; }
@media screen and (max-width: 1024px) {
#slideshow .nivo-caption p {
display: none; } }
#slideshow .nivo-caption a.button {
+ position: relative;
text-transform: uppercase;
background: transparent;
border: 1px solid #FFFFFF;
color: #FFFFFF;
- letter-spacing: 0.1em; }
+ letter-spacing: 0.1em;
+ margin-bottom: 0; }
/* NextGen Gallery */
[class*="block-grid-"] > li {
float: none;
margin: 0 auto;
top: 10%;
+ max-height: 330px;
+ @media screen and (max-width: 1199px) {
+ width: 450px;
+ margin: 0;
+ }
h6 {
width: 400px;
font-weight: bold;
letter-spacing: 0.1em;
font-size: 18px;
padding: 0;
-
+ margin-bottom: 25px;
+ position: relative;
@media screen and (max-width: 1024px) {
display: none;
}
}
a.button {
+ position: relative;
text-transform: uppercase;
background: transparent;
border: 1px solid $white;
color: $white;
letter-spacing: 0.1em;
+ margin-bottom: 0;
}
}
}