
/* Startseite - Slider Reponsive Mobile Design [Img Visibility] */
.tp-img img {
	/*visibility: hidden;*/
	display: none;
}

@media only screen and (max-width: 767px) {
	.tp-img img {
	   max-width: 100vh !important; 
	   width: 98vh !important;
	   height: auto !important; 
	   max-height: 98vh !important;
	   display: inline;
	   color: black !important;
   }
   .rev_slider font {
	   color: black !important;
   }
}