img.reklama-pic-top {
    max-width: 1220px;
    height: auto;
}

@media (min-width: 865px) {
.reklama-top {
    height: auto;
	padding-left: 64px;
    text-align: center;
    background-color: #f6f6f6;
}
img.reklama-pic-top {
    max-width: 1220px;
    height: auto;
	width: 100%;
    margin: 5px 0;
}
.reklama-bottom {
    height: auto;
    text-align: center;
    margin: 20px 0;
}
img.reklama-pic-bottom {
    max-width: 1220px;
    height: auto;
	width: 100%;
    margin: 0;
	display: block;
}
.reklama-before-slider {
    height: auto;
    text-align: center;
	padding: 15px;
}
img.reklama-pic-before-slider {
    max-width: 1220px;
    height: auto;
	width: 100%;
    margin: 0;
	display: block;
}
}

@media (max-width: 864px) {
.reklama-top {
    margin-top: 100px;
    width: 100%;
    min-width: 320px;
}
img.reklama-pic-top {
    width: 100%;
    height: auto;
}
.reklama-bottom {
    margin-top: 100px;
    width: 100%;
    min-width: 320px;
}
img.reklama-pic-bottom {
    width: 100%;
    height: auto;
}
.reklama-before-slider {
    width: 100%;
	margin: 25px auto;
}
img.reklama-pic-before-slider {
    width: 100%;
    height: auto;
}