
@media print {
    img {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .hero-area-slider .caption {
        width: 60%;
        left: 40%
    }
    .logo-img {
        height: 60px;
    }
    .logo-text {
        font-size: 28px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .footer {
        text-align: unset;
    }
    .footer-copyright {
        text-align: right;
    }
    .hero-area-slider .caption {
        width: 40%;
        left: 40%
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-area-slider .caption {
        width: 30%;
        left: 30%
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
