﻿body {
}
.banner-image {
    padding-top: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/HomePageImage.jpg')
}
@media (min-width: 1200px) {
    .banner-image {
        padding-top: 300px;
        background-image: url('/images/HomePageImageLG.jpg')
    }
}