.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--holder.pxl-post--hover {
	padding: 26px 26px 26px 26px;
}

.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--img {
    max-width: 230px;
    max-height: 205px;
    width: 60%;
    height: 50%;
}

@media (min-width: 576px) and (max-width: 767px) {
    .pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--img {
        max-width: 230px;
        max-height: 205px;
        width: 60%;
        height: 50%;
    }
}

.pxl-service-carousel.pxl-service-carousel1 .pxl-post--icon {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-bottom: 20px;
}

.pxl-service-carousel.pxl-service-carousel1 .pxl-post--icon img {
    width: 100%;
    height: auto;
}

.pxl-post--img.pxl-post--hover .pxl-post-img--inner {
    overflow: hidden;
}

.pxl-post--img.pxl-post--hover .pxl-post-img--inner img {
    transition: transform 0.5s ease;
    cursor: pointer;
}

.pxl-post--inner:hover .pxl-post--img.pxl-post--hover .pxl-post-img--inner img {
    transform: scale(1.1);
}

.pxl-service-carousel.pxl-service-carousel1.default .pxl-post--excerpt {
    margin-bottom: 10px;
}