/*
Theme URI: http://prosoft-phils.com/
Author: CH | Prosoft Phils
Author URI: http://prosoft-phils.com/
*/

@media (max-width: 767px) {

/*--------------------------------------------------------------
GENERAL STYLES
--------------------------------------------------------------*/
ul.service-list li.width30 {
    width: 100%;
    margin: 15px 0;
}

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.p2-carousel {
    margin-top: 0;
    max-height: 640px;
}

 .p2-carousel .carousel-item img {
    height: 534px;
    object-fit: cover;
    object-position: center;
 }

.p2-carousel-text {
    width: 100% !important;
    left: 0 !important;
    top: 50px !important;
    padding: 0 1rem;
}

.p2-carousel-text span {
    display: block;
    padding-top: 18px;
    font-family: 'Lato' !important;
    font-style: italic;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

} /*END of @media 767px*/