/** Homepage Mobile Slideshow **/
@media only screen and (max-width:480px){
.homepage-slideshow .caption {
width: 100% !important;
position: absolute !important;
top: 50% !important;
-webkit-transform: translate(0, -50%) !important;
-ms-transform: translate(0, -50%) !important;
transform: translate(0, -50%) !important;
}
}

/** Collection Carousel **/
.blog-carousel-section .title, .collection-carousel-section .title {
display: block;
margin-bottom: 5px;
font-size: inherit !important;
line-height: 1.2;
  margin-top:20px;
}

/** Parallax Image **/
.st-parallax-container{

}

.st-parallax-image {
position: relative;
top: -50px;
margin-bottom: -50px;
}