/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Slider Gallery.
//	 02. Carousel Gallery.
// ========================================================================== */

/* PHONE
// ========================================================================== */

@media only screen and (max-width: 514px),
(max-device-width: 514px) {

	/* Slider Gallery.
	// ====================================================================== */

	.slider_shortcode_container {
		height: 200px;
	}

	.experience_slider_shortcode ul li {
		height: 200px;
		margin: 0;
	}

	.slider_shortcode_container .unslider-arrow {
		top: 40%;
	}

}

/* TABLET
// ========================================================================== */

@media only screen and (min-width: 515px) and (max-width: 768px),
(min-device-width: 515px) and (max-device-width: 768px) {

	/* Slider Gallery.
	// ====================================================================== */

	.slider_shortcode_container {
		height: 300px;
	}

	.experience_slider_shortcode ul li {
		height: 300px;
		margin: 0;
	}

	.slider_shortcode_container .unslider-arrow{
		top: 45%;
	}

	/* Carousel Gallery.
	// ====================================================================== */

	.experience_carousel_shortcode .attachment-original {
	    max-width: 180%;
	    height: 100%;
	}

}

/* TABLET LANDSCAPE
// ========================================================================== */

@media only screen and (min-width: 769px) and (max-width: 1024px),
(min-device-width: 769px) and (max-device-width: 1024px) {

	/* Slider Gallery.
	// ====================================================================== */

	/* Carousel Gallery.
	// ====================================================================== */

	.experience_carousel_shortcode .slick-slide {
		margin: 2px;
	}

}