.aa-callout-widget-container
{
    display: flex;
    flex-wrap: nowrap;
    /* overflow-x: auto;  */
    margin: 0;
    padding: 0;
    height:300px;
    background-color: #000;
}
/* .aa-callout-img
{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    width: 100%;
    height: 300px;
    transform: translateZ(0); 
    transition: background-size 0.5s ease; 
.aa-callout-img:hover{
    transform: scale(1.02); 
} */

.aa-callout-img-container {
    width: 100%;
    height: 300px;
    /* overflow: hidden;  */
    display: inline-block; 
    vertical-align: top; 
}
.aa-callout-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    transition: transform 0.5s ease; 
    transform: scale(1); 
}

.aa-callout-img-container:hover .aa-callout-img {
    transform: scale(1.02);
}

.aa-callout-text-background{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;	
} 

.aa-callout-text-background h2
{
    margin: 0;
    color: white;
}
.aa-callout-text-background p{
    margin: 0;
}
.aa-callout-text-background a{
    margin: 10px 0 0 0 !important;
}
.owl-stage{
    display: flex;
}