/* Mobile styles */
@media (max-width: 768px) {

    .pr-container {
        position: fixed;
        inset: 0;
        height: 50%;
        width: 100% !important;
    }

}
