@media screen and (max-width:1000px){
	.property-list.show-property-quickview{
		width:100%;
		height: auto;
    background-size: 33vh;
       background-size: 100%;
	    background-position: top center;
	}
	
	.property-list.show-property-quickview .information{
		padding-top: 50px;
		    padding-bottom: 120px;
		    padding-bottom: 30px;
	}
	
	.property-list.show-property-quickview .information:last-of-type{
		padding-bottom: 100px;
	}
	
	.photos-quickview-container .photos-quickview{
		width: 100%;
	}
	.property-list .information{
			position: relative;
			left:0px!important;		
	}
	.show-property-quickview .show-when-quickview-open{
	
	}
	
	.villa-page-section	.action-icons a.print{
		display: none;
	}
}


@media screen and (max-width:420px){
	
	.property-list.show-property-quickview .information{
		padding-top: 0px;
	}
	
	.photos-quickview-container{
		height: 45vh;
	}
	
	.information-list .bedrooms, .information-list .guests  {
		width: 23%;
	}
	.information-list .price {
		width: 54%
	}
	
	
}