/*tabs*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .work-section .carousel-item img{
        height: 250px;
        width: 250px;
    }
    .nav-pills .nav-link {
        width: 100px;
    }
    .img-gallery img{
	height: 250px;
    }
    .header .carousel-caption{
           top: 40%;
    }
    .work .carousel-control-next, .work .carousel-control-prev {
        display: none;
    }
}

/*phone*/
@media all and (max-width: 768px) {
.spad{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.apad{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.banner-title{
    font-size: 2rem;
}
.banner-title--secondary{
    font-size: 1rem;
}
.nav-pills .nav-link {
    width: 170px;
}
.header .carousel-caption{
    bottom: 15%;
}
.full-img img{
	height: 350px;
}
.work .carousel-control-next, .work .carousel-control-prev {
    visibility: hidden;
}
}