.image-container {
    background-image: url("../../images/BM.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative; 
    background-color: #cccccc;
}
.overlay-text {
    position: absolute;
    top: 50%; 
    left: 25%;
    transform: translate(-50%, -50%);
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    /*background-color: rgba(0, 0, 0, 0.4); */
    width: 50%;
}
.overlay-content {
    position: absolute;
    top: 50%; 
    left: 75%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4); 
    width: 50%;
}
.div-container{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative; 
}
.overlay-content2 {
    position: absolute;
    top: 50%; 
    left: 75%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px;
    background-color: rgba(232, 226, 211, 0.4); 
    width: 50%;
}
.overlay-text2 {
    position: absolute;
    top: 50%; 
    left: 25%;
    transform: translate(-50%, -50%);
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    /*background-color: rgba(0, 0, 0, 0.4); */
    width: 50%;
}
.overlay-textdiv {
    z-index:100;
    position:absolute;
    top:50%;left:50%;
    color:white;
    background-color: #75736c;
}
.overlay-pix{
    max-width:100%;
}
@media only screen and ( max-width: 1200px ){
    .overlay-pix{
         max-width:75%;
    }
}
@media only screen and ( max-width: 768px ){
    .overlay-pix{
         max-width:90%;
    }
}
@media only screen and ( max-width: 480px ){
    .overlay-pix{
         max-width:100%;
    }
}
