/* Medium Layout: 4k display */
@media only screen and (min-width: 1980px) and (max-width: 4080px) {
	
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 1281px) and (max-width: 1690px) {
	
}


@media only screen and (min-width: 992px) and (max-width: 1280px) {
	
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
	

}

@media only screen and (max-width: 1120px) {
	.logo img {
    margin-right: 0px;
	}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 360px) and (max-width: 767px) {
	#post-img .post-img-info .post-images{
	  	width: 100%;

	}

	.post_style h2 {
    font-size: 26px;
    
}

}