﻿
.accent-image {
    height: 370px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 15px 25px -12px rgba(0,0,0,0.25);
}

#staffModalImage {
    margin-right: 30px;
}

.image-contain {
    background-size: contain !important;
}

.auto-background:nth-child(even) .accent-image {
    background-color: #ffffff;
}

.auto-background:nth-child(odd) .accent-image {
    background-color: #f3f3f3;
}

.test {
    background-color: black !important;
}

@media (min-width:768px) and (max-width:1023px) {

    .cta-image-area {
        margin-top: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:767px) {

    .accent-image {
        height: 250px;
    }

    .cta-image-area {
        margin-top: 50px;
        padding: 15px 15px 0px 15px;
    }
}