﻿/******************************************************************************
* ResponsiveCarousel.css (PharmSaver Bootstrap 3 Responsive Carousel)         *
* Copyright (C) 2026 PharmSaver,LLC                                           *
* Abstract: Media Query Settings                                              *
* Last Update: 02/09/26                                                       *
*******************************************************************************/

@media screen and (max-width: 1500px) {

    .carousel-homepageslideshow h3 {
        font-size: 2em !important;
        margin: 0 !important;
        max-width: 650px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: 1.35em !important;
        line-height: 34px;
        margin: 0 !important;
        width: 580px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

/* ============================================================
   CAROUSEL — ≤1400px
   ============================================================ */

@media screen and (max-width: 1400px) {

    .carousel-homepageslideshow h3 {
        font-size: 2em !important;
        margin: 0 !important;
        max-width: 585px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: 1.25em !important;
        line-height: 32px;
        margin: 0 !important;
        width: 480px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 1300px) {

    .carousel-homepageslideshow h3 {
        font-size: 1.8em !important;
        margin: 0 !important;
        max-width: 550px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: 1.15em !important;
        line-height: 30px;
        margin: 0 !important;
        width: 420px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 1200px) {

    .carousel-homepageslideshow h3 {
        font-size: 1.5em !important;
        margin: 0 !important;
        max-width: 480px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: 1.05em !important;
        line-height: 28px;
        margin: 0 !important;
        width: 390px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 1100px) {

    .carousel-homepageslideshow h3 {
        font-size: 1.2em !important;
        margin: 0 !important;
        max-width: 450px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: .95em !important;
        line-height: 26px;
        margin: 0 !important;
        width: 360px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 1000px) {

    .carousel-homepageslideshow h3 {
        font-size: 1.1em !important;
        margin: 0 !important;
        max-width: 400px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: .85em !important;
        line-height: 22px;
        margin: 0 !important;
        width: 330px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 900px) {

    .carousel-homepageslideshow h3 {
        font-size: 1em !important;
        margin: 0 !important;
        max-width: 350px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: .75em !important;
        line-height: 18px;
        margin: 0 !important;
        width: 300px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 800px) {

    .carousel-homepageslideshow h3 {
        font-size: .9em !important;
        margin: 0 !important;
        max-width: 300px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: .65em !important;
        line-height: 17px;
        margin: 0 !important;
        width: 270px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 740px) {

    .carousel-inner > .item > img {
        min-height: 160px;
    }
}

@media screen and (max-width: 700px) {

    .carousel-homepageslideshow h3 {
        font-size: .8em !important;
        margin: 0 !important;
        max-width: 250px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: .5em !important;
        line-height: 16px;
        margin: 0 !important;
        width: 240px !important;
    }

    .carousel-homepageslideshow {
        top: 5px !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 600px) {

    .carousel-homepageslideshow h3 {
        font-size: .7em !important;
        margin: 0 !important;
        max-width: 200px !important;
    }

    .carousel-homepageslideshow p {
        position: relative;
        font-size: .45em !important;
        line-height: 15px;
        margin: 0 !important;
        width: 200px !important;
    }

    .carousel-homepageslideshow {
        top: 0 !important;
        right: 10% !important;
    }
}

@media screen and (max-width: 470px) {

    .carousel-homepageslideshow h3 {
        font-size: .7em !important;
    }

    .carousel-homepageslideshow p {
        font-size: .4em !important;
        line-height: 13px;
    }

    .carousel-homepageslideshow {
        top: 35px;
        right: 10% !important;
    }
}
