@media only screen and (max-width: 991px) {
 .stellarnav {
    text-align: right;
}
}
@media only screen and (max-width: 600px) {
 .mblnone{
     display:none;
 }
 .social-buttons{
     display:none;
 }
 .carousel-control-prev {
    height: 50px;
    width: 50px;
    left: 80%;
}
.carousel-control-next {
    height: 50px;
    width: 50px;
}
.carousel-item img {
    height: 70vh;
}
}

@media only screen and (max-width: 400px) {
     .carousel-control-prev {

    left: 70%;
}
}