.section-products .products-list-item{
	width: 161px;
}
@media only screen and (max-width: 734px) {
	.section-products .products-list-item{
		max-width: 125px;
		width: 125px;
	}

	.section-cards .tile{
		width: 328px;
	}
}
html.enhanced .inline-media .static-frame,
.inline-media .static-frame{
    display: block;
    position: relative;
    width: 980px;
    height: 600px;
}

@media only screen and (max-width:1068px) and (max-width:1068px){
    html.enhanced .inline-media .static-frame,
    .inline-media .static-frame{
        width: 692px;
        height: 460px;
    }
}

@media only screen and (max-width:734px) and (max-width:734px){
    html.enhanced .inline-media .static-frame,
    .inline-media .static-frame{
        width: 329px;
        height: 600px;
    }
}
@media only screen and (max-width: 734px) {
	.section-cards .section-headline{
        width:328px;
        max-width: 328px;
    }
}