/* Extra large screens (1600px and below) */
@media (max-width: 1599.98px) {
    /* Styles for very large screens */
}

/* Standard laptops and desktops (1200px and below) */
@media (max-width: 1400px) {
    /* Styles for smaller desktops and laptops */
    .video-slider-btn {
        border-radius: 30px !important;
        padding: 10px !important;
        width: 45px !important;
        height: 45px !important;
    }

        .video-slider-btn.left-side {
            bottom: 2.5% !important;
            left: 40% !important;
        }

        .video-slider-btn.right-side {
            bottom: 2.5% !important;
            right: 40% !important;
        }
}

/* Tablets and small laptops (992px and below) */
@media (max-width: 1200px) {
    /* Styles for landscape tablets */
}

/* Small tablets (portrait tablets, 768px and below) */
@media (max-width: 992px) {
    /* Styles for portrait tablets and large phones */
    .video-slider-btn {
        border-radius: 30px !important;
        font-size: 22px;
        padding: 10px !important;
        width: 41px !important;
        height: 41px !important;
    }

        .video-slider-btn.left-side {
            bottom: 2.5% !important;
            left: 36% !important;
        }

        .video-slider-btn.right-side {
            bottom: 2.5% !important;
            right: 36% !important;
        }

    .custom-pause-btn {
        padding: 8px 17px !important;
        font-size: 16px !important;
        border-radius: 24px;
    }
}

/* Standard mobile devices (phones, 576px and below) */
@media (max-width: 768px) {
    /* Styles for most mobile devices */
}

/* Small mobile devices (phones, 480px and below) */
@media (max-width: 576px) {
    .video-slider-btn {
        border-radius: 30px !important;
        font-size: 22px;
        padding: 10px !important;
        width: 41px !important;
        height: 41px !important;
    }

        .video-slider-btn.left-side {
            bottom: 2.5% !important;
            left: 28% !important;
        }

        .video-slider-btn.right-side {
            bottom: 2.5% !important;
            right: 28% !important;
        }

    .custom-pause-btn {
        padding: 8px 17px !important;
        font-size: 16px !important;
        border-radius: 24px;
    }

    .video-slider-btn.left-side-voice {
        font-size: 16px !important;
        bottom: 19.5% !important;
    }
}

/* Tiny devices (phones, 360px and below) */
@media (max-width: 359.98px) {
    /* Styles for very small mobile devices */
    .video-slider-btn {
        border-radius: 30px !important;
        font-size: 22px;
        padding: 10px !important;
        width: 41px !important;
        height: 41px !important;
    }

        .video-slider-btn.left-side {
            bottom: 2.5% !important;
            left: 24% !important;
        }

        .video-slider-btn.right-side {
            bottom: 2.5% !important;
            right: 24% !important;
        }

    .custom-pause-btn {
        padding: 8px 17px !important;
        font-size: 16px !important;
    }
}
