margin-left: 15px; } }
#slideshow #cat-text h6 {
font-weight: bold;
- font-size: 28; }
+ font-size: 1.75rem; }
+ @media only screen and (max-width: 40em) {
+ #slideshow #cat-text h6 {
+ font-size: 1.5rem; } }
#slideshow #cat-text p {
font-size: 1.125rem;
color: #FFFFFF;
@media screen and (max-width: 1130px) {
#slideshow #cat-text p {
margin-bottom: 15px; } }
- #slideshow img.nivo-main-image {
- min-height: 147px;
- height: 0 !important; }
#slideshow .nivo-caption {
background: transparent;
position: absolute;
}
h6 {
font-weight: bold;
- font-size: (28);
+ font-size: rem-calc(28);
+ @media #{$small-only}{
+ font-size: rem-calc(24);
+ }
}
p {
font-size: rem-calc(18);
}
}
}
- img.nivo-main-image{
- min-height: 147px;
- height: 0 !important;
- }
+// img.nivo-main-image{
+// min-height: 147px;
+// height: 0 !important;
+// }
.nivo-caption {
background: transparent;
position: absolute;