@media screen and (min-width: 1921px){
	.features-img>img {
		width: 20%;
		position: absolute;
		bottom: 170px;
		left: 500px;
		z-index: 9;
	}
}

@media screen and (max-width: 1920px) and (min-width: 1440px){
	.features-img>img {
		width: 25%;
		position: absolute;
		bottom: 170px;
		left: 300px;
		z-index: 9;
	}
	.embed-responsive {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 1280px){
	.scale-decoration {
		display: none;
	}
	/*scale-decoration helyére egy hézagoló kell*/
	.scale-decoration-wrapper{
		height:200px;
	}
	.europroof-features-area .section-heading {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.video__video {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.price__img {
		width: 400px;
		margin: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.europroof-more-services-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-more-service-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 320px) and (max-width: 767px){
	.europroof-more-services-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-more-service-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}