#foo {
	color: #333;
}
@media only screen and (max-width: 768px) {
    .slick-banners.slick-slider .slick-slide {
        background-attachment: scroll !important;
    }
   .gallery .gl-item-title.gl-item-title-big {
        font-size: 16pt !important;
    }
}