.welcomeImage:hover{
    opacity: 0.9;

    .productsCont{
        display: block;
    }
}



.welcomeImage{
    background-image: url("../images/group-img.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40rem;



}
.productsCont{
   position: absolute;
    left: 50%;
    top: 70%;
    display: none;
}

/*.updated_caption {*/
/*    position: absolute;*/
/*    top: 20vh !important;*/
/*}*/

@media only screen and (max-width: 360px) {
    .updated_caption {
        top: 0;
    }
    .updated_caption h2, h1 {
        margin-top: -15px;
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1024px) {
    .updated_caption {
        top: 20vh;

    }
}

/*.information-banner{*/
/*    height: 100px;*/
/*}*/
