/* Default size for small screens */
.buyrite-logo {
    width: 150px;
    height: auto;
}

/* Medium screens and up */
@media (min-width: 768px) {
    .buyrite-logo {
        width: 200px;
    }
}

/* Large screens and up */
@media (min-width: 1200px) {
    .buyrite-logo {
        width: 250px;
    }
}