@media all and (min-width: 1024px) and (max-width:1280px) {
	.T4144 .fixratio { padding-bottom: 39%; }		
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T4144 .fixratio { padding-bottom: 37%; }		
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T4144 .fixratio { padding-bottom: 35%; }
}

@media all and (max-width: 567px) {
	.T4144 .fixratio { padding-bottom: 32%; display: none; }
	.T4144 .fixbild { display: block !important; }
	.T4144 .fixbild img { width: 100%; height: 30%; }
}.T4144 .fixratio {
   	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}	
.T4144 .fixratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0px;
}

.T4144 .fixbild {
	display: none;
}