/*
    Template:       lauriel
    Theme Name:     Lauriel Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Lauriel – Multipurpose WooCommerce Theme
    Version:        1.0.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready, architecture, interior
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    lauriel-child
    Domain Path:    /languages/
*/

.propSearchForm .control.control-department{
	display:none !important;
}

.propListImageContainer{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  width: 100%;
  padding-top: 60% !important; /* 9 / 16 = 0.5625 */ 
}
.propListImageContainer > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}