/* --------------------
FRONTEND STYLES ONLY
-------------------- */

/* Carousel */
.art-carousel {padding-top: 30px !important; position: relative !important;}

/* Carousel Buttons */
.art-carousel button.slick-prev {position: absolute !important; top: 0 !important; left: calc(50% - 12px) !important; bottom: auto !important; right: auto !important; transform: none !important; -ms-transform: none !important; -webkit-transform: none !important;}
.art-carousel button.slick-next {position: absolute !important; top: 0 !important; left: calc(50% + 12px) !important; bottom: auto !important; right: auto !important; transform: none !important; -ms-transform: none !important; -webkit-transform: none !important;}

/* Carousel Images */
.art-carousel .wp-block-image {text-align: center !important;}
.art-carousel .wp-block-image img {display: block !important; margin: 0 auto !important;}


/* ---------- RESPONSIVENESS ---------- */

@media (min-width: 850px) {
	/* Carousel Images */
	.art-carousel .wp-block-image img {height: 80vh !important; width: auto !important;}
	/* Standard Art Display Block */
	.art-block .wp-block-image img {height: 85vh !important; width: auto !important;}
	/* Home Art Display Block */
	.art-block-home .wp-block-image img {height: 90vh !important; width: auto !important;}
	/* Contact Art Display Block */
	.art-block-contact .wp-block-image img {height: 90vh !important; width: auto !important;}
}
@media (max-width: 849.99px) {
	/* Carousel Images */
	.art-carousel .wp-block-image img {height: auto !important; width: 100% !important;}
	/* Standard Art Display Block */
	.art-block .wp-block-image img {height: auto !important; width: 100% !important;}
	/* Home Art Display Block */
	.art-block-home .wp-block-image img {height: auto !important; width: 100% !important;}
	/* Contact Art Display Block */
	.art-block-contact .wp-block-image img {height: auto !important; width: 100% !important;}
}



