/*
    changes.css
    Davina Leong
    02 Jul 2021
*/

.header-container .header-menu #main-menu a {
    font-size: 1.2em;
}

.about-content {
    padding: 0;
    width: 100%;
}

.product-block img {
    width: auto;
}

.product-block.gift-card:hover {
    border: none !important;
}

@media screen and (max-width: 768px) {
    .membership-container table {
        width: 100%;
        overflow-x: auto;
    }
}