@media screen and (min-width: 1232px) {
    .category-most-popular .product-tile:nth-of-type(5)
    {
        display: block !important;
    }

    .category-most-popular .product-tile
    {
        width: 17.5%;
    }
}
