/*
 Theme Name:   Aglet Child
 Theme URI:    http://aglet.co.za/
 Description:  Aglet Child Theme
 Author:       Aglet
 Author URI:   http://aglet.co.za
 Template:     aglet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  citton-cars
*/


.ai-logo-wrapper img {
    max-width: 150px ;
    height: auto;
}


header.entry-header {
    height: 500px;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    overflow: hidden;
}

.ai-banner-overlay {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.content-image {
    height: 25vh;
    background-size: cover !important;
    background-position: center !important;
}
