
.custom-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    
          /* oder 100% mit Elternhöhen gesetzt */

  place-items: center;    
  text-align:center;
  padding-top:80px !important;

}




.imgrow, .imgcol {
   padding-left:0px; 
   padding-right:0px; 
}

.linkrow {
  
padding-top:15px;
padding-bottom:15px;
background-color:#eee ;


}

@media (max-width: 991.98px) {
    .custom-overlay {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 0px;
        opacity:1 !important ;
        padding-top:40px !important;
    }
}
