/* CSS For Safari*/
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
     div.flex-grow-1 { border: none; min-width: 100px; margin-right: 25px;} 
	 div.flex-grow-2 { border: none; } 
	 p, body, div, a, h1, h2, h3, h4, h5, span{
  	font-weight:inherit !important;
  }
}

@media all and (max-width: 1023px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.slider-images-frame img, .slider-thumbs img{
			min-height:inherit !important;
		}
	}