

 @media (max-width: 600px) {

.slider > div span {
    display: block;
    display: table-cell;
    /* background: rgba(0,0,0,.5); */
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
    top: 50%;
}

span h2 {
text-shadow: 1px 1px 3px black;
    font-size: 27px;
    width: 86%;
    margin: 7%;
}

#header .header-container {
    background: #fff;
    box-shadow: 0px!important;
}

.whatsapp {
    position: fixed;
    width: 60px;
    /* height: 60px; */
    bottom: 7px;
    left: 17px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 56px;
    text-align: center;
    font-size: 40px;
    /* z-index: 100; */
}
}