.contentarea img {
	height: auto;
}

.gallery .pics {
	margin: 5px;
}
.blog #main article {
	clear: both;
}
.blog .alignleft img {
	max-width: 320px;
	height: auto;
}
.single .alignleft img {
	max-width: 450px;
}
@supports (object-fit: cover) {
	.gallery .pics img {
		width: 380px;
		height: 380px;
	}
}

.main-wrap {
	padding-bottom: 400px;
	padding-top: 120px;
}

.side-wrap {
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}

.side-cty {
	width: 33%;
	height: 800px;
	top: 0;
	right: 0;
	position: absolute;
}

.loaded .side-cty {
	background: url(/wp-content/themes/charlie-child/images/city-internal.jpg) center center no-repeat;
	background-size: cover;
	
}

.loaded.webp .side-cty {
	background: url(/wp-content/themes/charlie-child/images/city-internal.webp) center center no-repeat;
	background-size: cover;

}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
} 

@media (max-width: 1025px) {
	.main-wrap {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.side-wrap {
		display: none;
	}
}

@media only screen and (max-width: 979px) {
	.main-wrap {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
} 

@media all and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
	.gallery .pics {
		margin: 0 0 10px;
	}
	
	@supports (object-fit: cover) {
		.gallery .pics img {
			width: 300px;
			height: 300px;
		}
	}
}