/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.home-banner {
  position: relative;
  padding: 100px 0; }
  @media (min-width: 1025px) {
    .home-banner {
      padding: 200px 0; } }
  .home-banner .banner-sm {
    display: block !important; }
    @media (min-width: 769px) {
      .home-banner .banner-sm {
        display: none !important; } }
  .home-banner .banner-desktop {
    display: none !important; }
    @media (min-width: 769px) {
      .home-banner .banner-desktop {
        display: block !important; } }
  .home-banner .banner-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center; }
    @media (min-width: 769px) {
      .home-banner .banner-img {
        object-position: top center; } }
  .home-banner .content {
    color: #ffffff;
    z-index: 9;
    position: relative; }
    .home-banner .content h3 {
      font-size: 30px;
      max-width: 1040px;
      margin: 0 0 1.5rem 0; }
      @media (min-width: 769px) {
        .home-banner .content h3 {
          font-size: 30px; } }
