/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/


.vehica-car-gallery .vehica-gallery-main__wrapper {
    aspect-ratio: 16/9;
	height: 100% !important;
}

@media (min-width: 600px) and (max-height: 767px) {
    .vehica-car-gallery .vehica-gallery-main__wrapper {
        height: 100% !important;
    }
}

@media (min-width: 768px) and (max-height: 1079px) {
    .vehica-car-gallery .vehica-gallery-main__wrapper {
		height: 100% !important;
    }
}

@media (min-width: 1200px) {
    .vehica-car-gallery .vehica-gallery-main__wrapper {
        height: 100% !important;
    }
}