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

}

#sectioncoverimageinlandingpage{
    width: 100%;
    height:85vh;
    margin-top: -1px;
}

@media only screen and (max-width: 992px) {
    #sectioncoverimageinlandingpage{
        width: 100%;
        height:auto;
        margin-top: -1px;
    }
}
