/* Small Devices */
@media screen and (min-width: 768px) {

    /* Header */
    header {
    }

    header img.logo {
        width: 360px;
    }

    /* Note */
    .note img {
        width: 100%;
        margin: 3px auto 0 auto;
    }

    .note p {
        text-align: left;
        font-size: 17px;
        line-height: 150%;
    }

    /* Basket */
    .basket-option table td {
        display: block;
    }

}