@media (max-width: 767px) {

img.mob {
    min-height: 360px;
}
.cellh2 {
    position: absolute;
    top: 30%;
    /* height: 240px; */
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.50);
    padding: 10px;
    margin-right: 10px;
    text-align: center;
}
.cellh {
    position: absolute;
    top: 70%;
    /* height: 240px; */
    left: 30%;
}
.header-tel a {
    color: #ffffff;
}
div.v-fixed {  
    position: fixed;
    bottom: 100px;
    right: 0px;
    width: 80px;
}
}