@media (min-width: 992px) {
.msd-siegel-2x{
	background-image: url(//d2poy23rw11hry.cloudfront.net/msd/v219/template/common/img/home/msd-siegel-2x-en.png);
	height: 270px;
	width: 220px;
	position: absolute; top: 400px;right:20px;
}

.msd-siegel-2x-de{
	background-image: url(//d2poy23rw11hry.cloudfront.net/msd/v219/template/common/img/home/msd-siegel-2x-de.png);
}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 992px),
only screen and (min-resolution: 192dpi) and (min-width: 992px),
only screen and (min-resolution: 2dppx) and (min-width: 992px),
{ 
	
	.msd-siegel-2x{
		background-image: url(//d2poy23rw11hry.cloudfront.net/msd/v219/template/common/img/home/msd-siegel-2x-en.png);
		background-size: 220px 270px;
	}
	
	.msd-siegel-2x-de{
		background-image: url(//d2poy23rw11hry.cloudfront.net/msd/v219/template/common/img/home/msd-siegel-2x-de@2.png);
	}
	
}