﻿.rcl-header {
    height: 300px;
    display: flex;
    align-items: center;
    background-color: #222222;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*    .rcl-header .m-title {
        font-size: 4rem;
        font-weight: bold;
    }*/

    .rcl-header .m-subtitle {
        /* = lead */
        font-size: 1.25rem;
        font-weight: 300;
    }

.rcl-header-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;
    color: white;
}

/* sm */
@media (min-width: 576px) {
}

/* md */
@media (min-width: 768px) {
}

/* lg */
@media (min-width: 992px) {

    .rcl-header-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) {
}
