carousel mobile view adjustments
// mobile adjustments
@media (max-width: 500px) {
p.social-header-streamline {
margin-top: 15px;
text-align: center;
}
.homepage-carousel {
background: #a6dcf5;
height: 110px !important;
}
.homepage-carousel-items {
position: relative;
overflow: hidden;
width: 100%;
min-height: 110px !important;
padding-top: 20%;
background: #000;
}
}