/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 10, 2022, 10:20:56 PM
    Author     : eric
*/


.contact-banner-area-mine {
    height: 380px;
    /*background: url("../img/academia-romana-17571.png") center center no-repeat;*/
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #222;
}
@media (min-width: 600px) {
    .contact-banner-area-mine {
        height: 500px; } }
.contact-banner-area-mine .contact-banner {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }

.carousel .carousel-item {
    transition-duration: 2s;
}