/*
Theme Name: Zentrum
Theme URI: https://zentrum.qodeinteractive.com
Description: Property & Apartment Showcase WordPress Theme
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: zentrum
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media (max-width:768px){
    .imp-canvas:has(.imp-image-backgrounds + .imp-image) {
        height: 70vw!important;
    }

    .imp-scale:has(.imp-image-backgrounds + .imp-image[src*=pietro]) {
        transform: scale(1.7, 1.7) translateX(-20.5%)!important;
        height: auto;
    }

    .imp-canvas:has(.imp-image-backgrounds + .imp-image) .imp-object-highlighted{
        background-color:rgba(0, 86, 214, 0.4);
    }

    .imp-canvas:has(.imp-image-backgrounds + .imp-image) .imp-object-highlighted polygon{
        fill:transparent;
    }
}