
.aqc-block-031 {
    margin-top:0rem;
    margin-bottom:0rem;
    position: relative;
    display:flex;
    flex-flow:column;
    margin-left: 0px;
    margin-right: 0px;
    color:white;
    height: 100%;
}
@media (max-width: 1240px) {
    .aqc-block-031 {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-031 {
        margin-top: 0rem;
        margin-bottom: 0rem;
        padding-top: 0rem;
    }
}

/* ----------- */
.aqc-block-031 .aqc-link:hover,
.aqc-block-031 .aqc-link:visited,
.aqc-block-031 .aqc-link:active,
.aqc-block-031 .aqc-link {
    text-decoration: none;
    color: white;
    height: 100%;
}

/* ----- LEFT ------ */

/* ----------- */
.aqc-block-031 .text-container {
    position:absolute;
    top: 0px;
    horiz-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding:32px;
    cursor: pointer;
    z-index: 11;
    width: 100%;
}

/* ----------- */
.aqc-block-031 .aqc-first-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 16px;
    color: black;
}

.aqc-block-031 .aqc-second-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: black;
}

.aqc-block-031 .aqc-image {
    width: 100%;
    transition: all 1.4s cubic-bezier(.05, .69, .14, 1) 0.66s;
}

.aqc-block-031 .aqc-image:hover {
    transform: scale(1.05);
}




/** ------------------------------------ */
.aqc-block-031 .image-w {
    position: relative;
    width: 100%;
    left:0px;
    top:0px;
}

/** ------------------------------------ */
.aqc-block-031 .image-w > .w {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
}

.aqc-block-031 .image-w > .w.absolute {
    position: absolute;
}


/** ------------------------------------ */
.aqc-block-031 .image-w > .w > .image {
    position:absolute;
    height: 100%;
    width:100%;
    transform: scale(1.15);
    transition: all 1.4s cubic-bezier(.05, .69, .14, 1) 0.66s;
    z-index: 10;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center;
}

.aqc-block-031 .image-w:hover > .w > .image {
    transform: scale(1.0);
    position:absolute;
}

/** ------------------------------------ */
aqc-block-031 .image-w > .w > .overlay {
    background: #d9c8c8;
}

.fadeout-on-hover {
    background: rgba(255,255,255,0.6) !important;
    transition: all 1.4s cubic-bezier(.05, .69, .14, 1) 0.66s;
    z-index: 10 !important;
}

.fadeout-on-hover:hover {
    background: rgba(255,255,255,0) !important;
}