﻿.rcl-hero {
    display: flex;
    align-items: center;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem;
}

    .rcl-hero .m-title {
        font-weight: 700;
    }

    .rcl-hero .m-subtitle {
        font-weight: 700;
    }

    .rcl-hero .m-text {
        font-size: 1.25rem;
    }

.rcl-hero-home-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("/images/home/index/tccs-uffici-1.jpg");
    background-position: top;
    text-align: left;
    color: white;
}

.rcl-hero-home-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("/images/home/index/bonifica-cisterne-1.jpg");
    text-align: center;
    color: white;
}

/* sm */
@media (min-width: 576px) {
}

/* md */
@media (min-width: 768px) {
}

/* lg */
@media (min-width: 992px) {

    .rcl-hero {
        height: 600px;
    }

    .rcl-hero-home-1 {
        background-image: linear-gradient(60deg, rgba(0, 0, 0, .75) 50%, transparent 50.1%), url("/images/home/index/tccs-uffici-1.jpg");
    }
}

/* xl */
@media (min-width: 1200px) {
}
