// Home Page Responsive Classes // Large Devices, Wide Screens @media (min-width: 1200px) { } // Medium Devices, Desktops @media (min-width: 992px) and (max-width: 1199px) { } // Small Devices, Tablets @media (min-width: 768px) and (max-width: 991px) { } // Extra Small Devices Phones @media (max-width: 767px) { // Home Page Portals Summary text and Button .home-page-portal-col-container { text-align: center; } } @media (max-width: 480px) { } @media (max-width: 320px) { }