/*Fix to fit 5 tiles in one row on home page*/


.max-width-980 {
max-width: none !important;
}

@media only screen and (min-width: 602px) {
.one-fifth {
    width: 20%;
}
}

@media only screen and (max-width: 601px) {
    .palm-one-whole {
        width: 100%;
    }
}