// Home Page Responsive Classes // Large Devices, Wide Screens @media (min-width: 1200px) { } // Medium Devices, Desktops @media (min-width: 992px) and (max-width: 1199px) { // Carousel height .item.full-item { height: 457px } .home-page-banners-carousel-title h1 { font-size: 28px; } } // Small Devices, Tablets @media (min-width: 768px) and (max-width: 991px) { // Carousel height .item.full-item { height: 374px; } .home-page-banners-carousel-title h1 { font-size: 26px; } .home-page-banners-carousel-text p{ font-size: 16px; } } // Extra Small Devices Phones @media (max-width: 767px) { // Carousel height .item.full-item { height: 212px; } .home-page-banners-carousel-title h1 { font-size: 16px; } .home-page-portals-title-heading, .home-page-portals-header-text h2, .home-page-testimonials-page-block-section-row h2, .home-bottom-portals-title-heading, .news-title-heading { font-size: 28px; } // Home Page Portals Summary text and Button .home-page-portal-col-container { text-align: center; } .home-page-portal-heading, .home-bottom-portal-heading{ font-size: 18px; } .home-page-portal-content{ display: none; } // News .homepage-article-text-wrap{ width: 70%; } .homepage-first-article-heading{ font-size: 18px; } .homepage-article-heading{ font-size: 18px; } } @media (max-width: 480px) { } @media (max-width: 320px) { }