/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .a-section-1 .box{
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2025/04/bg_live_item-1ac90970.webp") !important;
        background-size: 100% 100% !important;
    }

    .a-section-1 .large-6 .box-text-inner {
        justify-content: center;
    }

    .a-section-1 .col .box .stack{
        margin: 0 !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
