.lp-photo-5 {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.lp-photo-5 .lp-block-bg {
    background-image: url(lp-foto-5-bg.jpg);
}

.lp-photo-5._not-vieport-height {
	height: auto;
	min-height: 600px;
}

@media all and (max-width: 1024px) {
	.lp-photo-5._not-vieport-height {
		min-height: 480px;
	}
}

@media all and (max-width: 768px) {
	.lp-photo-5._not-vieport-height {
		min-height: 320px;
	}
}

@media all and (max-width: 480px) {
	.lp-photo-5._not-vieport-height {
		min-height: 280px;
	}
}