 .home-section{
    /* background: url('./assets/img/Building4.jpg'); */
    /* padding: 5rem; */
    /* padding-bottom: 4rem; */
    width: 100%;
    /* height: 419px; */
    background-size: cover;
    background-position: top;    
    background-color: black;
} 

/* .responsive {
    width: 30%;
    max-width: 30%;
    height: auto;
} */

.home-section h1{
    letter-spacing: 3px;
    color: white;
    font-size: 4rem;
}

/* .thumbnail{
    position: block;
} */

.product-holder {
    position: relative;
    display: block;
}

.plus-image {
    left: 100%;
    top: 50%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
}