﻿.gridlayout-item {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Remove backgrounds on mobile */
@media (max-width: 768px) {
    .gridlayout-item:before {
        display: none;
    }

    .ch-480 {
        padding: 0 !important;
    }
}
