.carousel-inner>.item>img.slider-img{height:420px;}
#myCarousel .nav a small
{
    display: block;
}
.carousel-inner{width:100%;object-fit:cover;}
 #myCarousel{
 height:100%;
 width:100%;
 }
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }


@media screen and (max-width: 769px)  {
.carousel-inner>.item>img.slider-img{height:250px;width:500px !important;}
#myCarousel .nav a small
{
    display: block;
}
.carousel-inner{height:250px;width:100%;object-fit:cover;}
 #myCarousel{
 height:100%;
 width:100% !important;
 }
}