/*.coverimage_text {*/
/*  position: absolute;*/
/*  bottom:76px;*/
/*  left: 0px;*/
/*  background-color:#00000061;*/
/*  color: white;*/
/*  margin: 1px;*/
/*  padding: 20px;*/
/*  font-size: 20px;*/

/*}*/

.sectioncoverimageinlandingpagediv{
    width: 100%;
    height: 85vh !important;
    overflow: hidden;
}

#sectioncoverimageinlandingpage{
    width: 100% !important;
    height:100% !important;
}

@media only screen and (max-width: 992px) {
    .sectioncoverimageinlandingpagediv{
        width: 100% !important;
        height:auto !important;
    }
    
    #sectioncoverimageinlandingpage{
        width: 100% !important;
        height: auto !important;
    }
}
