* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 700px) {
    #footimage img {
        object-fit: cover;
        height: 50vh;
        width: 100%;
    }
}

#home-foot-image{
    height: 80vh;
    object-fit: cover;
    object-position: 50% 38%;
}

.building-hero{
    height: 80vh;
    object-fit: cover;
    object-position: 50% 75%;
}

.building-footer-image{
    height: 80vh;
    object-fit: cover;
    object-position: 50% 80%;
}