﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.swiper-slide {
		display: none;
		height: 300px;
	}
	.swiper-wrapper {
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	}
	.swiper-container {
	  position: relative;
	  /*overflow: hidden;
*/	  list-style: none;
	  padding: 0;
	  /* Fix of Webkit flickering */
	  z-index: 1;
	  height: 300px;
	  width: 300px;
	 }
}
