﻿

.about-panel {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    
}


.card-cover-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 260px;
}

.home-hero-outer {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 260px;
}

@media (min-width: 320px) {
    .home-hero-outer {
        height: 320px;
    }
}

@media (min-width: 550px) {
    .home-hero-outer {
        height: 320px;
    }
}

@media (min-width: 768px) {
    .home-hero-outer {
        height: 400px;
    }
}


@media (min-width: 992px) {
    .home-hero-outer {
        height: 550px;
    }
}

/*@media (min-width: 1400px) {
    .home-hero-outer {
        height: 700px;
    }
}

@media (min-width: 1780px) {
    .home-hero-outer {
        height: 740px;
    }
}

@media (min-width: 1921px) {
    .home-hero-outer {
        height: 780px;
    }
}*/