.qr-code-container {
    text-align: center;
}

.qr-code-img {
    width: 150px;
    height: 150px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.qr-code-img.large {
    width: 300px;
    height: 300px;
}

@media only screen and (max-width: 767px) {
    .widget_qr_code_widget {
        display: none !important;
    }
}