@media (max-aspect-ratio: 3/4)
{
    body
    {
        zoom: 250%;
    }

    .Section_PlantOfTheWeek
    {
        display: none !important;
    }
    .Section_PlantOfTheWeek_Mobile
    {
        display: block;
        background-color: aqua;
        height: 10%;
    }
    
    .NewsColumn
    {
        float: none !important;
        width: 100% !important;
    }
}
