/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.dw_home_grid .wp-post-image {
    height: 350px !important;
	object-fit: cover;
}

.dw_home_grid .post_title{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dw_home_grid .post_title a{
    font-size: 2rem!important;
    color: white !important;
	border: solid 4px;
    padding: 0px 10px;
    white-space: nowrap;
}

.dw_home_grid .post_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a2ba7785;
}

.dw_home_grid .post_title a::before {
    content: "";
    width: 350%;
    height: 800%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.dw_home_grid .post_image{
	border-radius: 15px;
}