/* // Small devices (portrait phones, 576px and up) */

@media (max-width: 380px) {
    .match label {
        display: none;

    }

    .match {
        width: 42px;
    }
}

@media (max-width: 576px) {
    .header {
        /* position: absolute; */
        top: 0;
        width: 100%;
    }
#audio_player {
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    padding: 0 12%;
    display: none;
}


    

}

/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {

    /* .modal-content {
        width: 80vw;
        height: 40vw;
    } */
    /* .modal-content.read {
        width: 20vw;
        height: 20vh;
        min-width: 30px;
        min-height: 20px;
    } */
    .modal-content.read {
        width: 80vw;
        height: 60vh;
        min-width: 300px;
        min-height: 48px;
    }

}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .modal-content {
        width: 90vw;
        height: 40vw;
        /* max-width: 800px;
        max-height: 400px; */
    }

}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}

/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}
