
@media (min-width:320px) and (max-width:767px){
 h3.text-center {display:none!important;}  
h2.text-center {display:none!important;}
ul.carousel-indicators {display: none!important;}
.carousel-item.active {height: 500px !important;}
.carousel-item img {height: 500px !important;}
.carousel-inner { height: 500px!important;}
nav.navbar.navbar-expand-lg.navbar-light.p-0 {display: none !important;}
section.navbar-me {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #ffff;
    top: 0px;
    padding: 2px 0px;
}




}

