/******* CSS FOR FRONTEND author: rhg@nemetos.net, site: leister.com ********/

.c-footer__logo img{
	max-width: 100%;
}
.c-youtube .youtube .thumb {
    display: none;
}
.c-youtube .youtube .thumb.thumb2 {
    display: block;
}

.scfDropListBorder select[disabled] {
    display: none;
}

/* Modification so that 4 preview pictures fit on the product usp page */
.c-product-usp__image-thumb {
    float: left; 
    width: 25%;
    text-align: center;
    cursor: pointer;
}

/******* END CSS FOR FRONTEND, author: rhg@nemetos.net, site: leister.com ********/

/* Add UpDate for video GEOSTAR working position*/
@media only screen and (min-width: 1024px) {
	.working_pos_video_wrp{
		position:relative;
	}
	.c-positions__video {
		position: absolute;
	}
}
/* End of UpDate for video GEOSTAR working position*/