// News Details Responsive Classes // Large Devices, Wide Screens @media (min-width: 1200px) { .crematorium-body { padding-top: 145px; } } // Medium Devices, Desktops @media (min-width: 992px) and (max-width: 1199px) { .crematorium-body { padding-top: 127px; } } // Small Devices, Tablets @media (min-width: 768px) and (max-width: 991px) { .crematorium-body { padding-top: 108px; } } // Extra Small Devices Phones @media (max-width: 767px) { .crematorium-body { padding-top: 175px; } .crematoria-details-testimonials-block { flex-direction: column; padding-top: 15px; padding-bottom: 15px; .crematoria-testimonial { padding: 15px 10px; text-align: center; max-width: 100%; } } .image-portal-outer { padding-right: 0; padding-left: 15px; &.flipped { padding-left: 0; padding-right: 15px; } } .text-portal-outer { padding-left: 0; padding-right: 15px; &.flipped { padding-right: 0; padding-left: 15px; } } .text-portal { min-height: 130px; } } @media (max-width: 480px) { } @media (max-width: 320px) { }