
.html-mobile-zoom {
    overflow: hidden !important
  }
  
.li-mobile-zoom {
    margin-right: 50px;
    height: 100%;
  }
  
.li-div-mobile-zoom {
    height: 90%;
    padding: 30px;
    margin-bottom: 50px;
    overflow: auto; 
    border-radius: 30px;
    background: RGBA(49,55,43,0.75);
  }
  
.li-div-mobile-zoom:hover {
    background: RGBA(94,32,40,1);
     cursor: pointer;
   }

.li-img-mobile-zoom {
    width: 100%;
    height: auto;
  }
  
.h3-mobile-zoom {
    padding-top: 750px;
    color: white;
    font-size: 45px
  }
  
.p-mobile-zoom {
    color: white;
    font-size: 45px;
    font-optical-sizing: 30px
  }