div.img_div{
    height: 0;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

div.img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* min-height: 15vh; */
    border-radius: 10px 30px 10px 30px;
    background-size: cover;
}

div.bg-overlay{
    background: rgba(0,0,0,0.1) !important;
    /* display: none; */
}


div.img.adult_1{
    background-image: url('adult/adult_1.png');
}

div.img.adult_2{
    background-image: url('adult/adult_2.png');
}

