/*
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:*/
.w-post-elm-placeholder {
    background-image: url("https://samantha-harris.com/wp-content/uploads/2018/07/news2.png") !important;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
}

.images-half-desktop .w-image-h img{
	height: 385px;
    object-fit: cover;
}

.mobileHide{
		display: none;
	}

@media(max-width: 480px){
	.mobileHide{
		display: block;
	}
}
