.singlepost .single_post_image {
    height:28rem;
}

.single_post_image {
    background-size: cover;
    background-position: top center;
}

@media screen and (min-width: 992px) {

	.singlepost .single_post_image{
		height: 25rem;
	}

}

@media screen and (min-width: 1200px) {

	.singlepost .single_post_image {
    height: 30.6rem;;
	}
}

@media screen and (min-width: 1600px) {
	.singlepost .single_post_image {
    	height: 40rem;
	}

}



.singlepost .single_post_title{
font-family: "Graphik-Bold";
    color: white;
    font-size: 2.5em;
    padding-top: 0.5em;
    padding-left: 0.7em;
    line-height: 1.2em;
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    max-width: 89%;
font-weight: 400 !important;
}
}



.desc_col {
    margin-top: 1em;
}

