  #eeGalleryLightbox {
  display: none;
}  
  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }

  .column {
    flex: 25%;
    max-width: 33.3%;
    padding: 0 4px;
  }

  .column img {
    margin-top: 8px;
    width: 100%;
    vertical-align: middle;
    border-radius: 5px;
    /*filter: grayscale(1) brightness(0.5);*/
    transition: 0.3s linear;
  }

  .column img:hover {
    /*filter: grayscale(0);*/
    overflow: auto;
    scale: 1.4;
  }


  footer {
    padding: 40px 20px 20px;
    border-top: 1px solid #ccc;
    background-color: #fff;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 32px;
    padding: 16px 60px;
  }

  .footer-left {
    max-width: 500px;
  }

  .footer-left img.ee-logo {
    max-width: 300px;
    margin-bottom: 16px;
  }

  .footer-left p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .footer-socials {
    display: flex;
    gap: 16px;
  }

  .footer-socials a {
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: #222;
    background: #eee;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .footer-socials a:hover {
    background: #ce202f;
    color: #fff;
    transform: scale(1.1);
  }

  .footer-right {
    max-width: 400px;
    text-align: right;
  }

  .footer-right h4,
  .footer-m h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
  }

  .footer-right p,
  .footer-right span {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
  }

  .footer-right a {
    color: #222;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 4px;
    display: inline-block;
  }

  .footer-middle {
    display: flex;
    gap: 24px;
  }

  .logo-left,
  .logo-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .footer-middle img {
    width: 120px;
    height: 25px;
    margin-top: 12px;
  }

  .footer-bottom {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #888;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 20px;
  }

  .footer-bottom a {
    color: #444;
    margin: 0 8px;
    text-decoration: none;
    font-weight: 500;
  }

  .footer-bottom a:hover {
    color: #ce202f;
    text-decoration: underline;
  }

  .mg-mobile-only{
    display: none;
  }

  .gallery-banner-header{
    color:#a51925;
    font-size: 48px;
    text-align: center;
    margin-bottom: 12px;
  }

  #galleryTrigger{
    cursor: pointer;
  }

  .banner{
    height:33%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .img-mobile-only{
    display: none;
  }


  .gallery-banner-discription{
    font-size: 36px;
    font-weight: 400;
  }

  .gallery-banner-discription:hover{
    scale: 1.3;
    color: #a51925;
    font-weight:600;
  }

  @media (max-width: 1024px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }

    .column img {
      filter: grayscale(0) brightness(1);
    }

    .footer-top {
      flex-direction: column;
      align-items: ce;
      text-align: left;
    }

    .footer-right {
      text-align: left;
    }
  }

  @media (max-width: 767px) {
   .landing-page-gallery .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing-page-gallery .column {
    display: flex;
    flex-direction: column;
    gap:24px;
    max-width: 48%;
    margin: 1%;
  }
  
  .banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; 
    /*height: 300px;
    padding-top: 36px;*/
  }

  /*
  .column {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items: stretch;            
  height: 100%;          
  gap: 16px;                       
  }
*/

  .landing-page-gallery .column img {
    width: 100%;
    height: auto;
    display: block;
  }

  .load-more-wrapper {
    text-align: center;
    margin-top: 16px;
  }

  #loadMoreBtn {
    padding: 10px 20px;
    background-color: #ce202f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
  }

  #loadMoreBtn:hover {
    background-color: #a51925;
  }

  #image-right-col{
    display: none !important;
  }

  .footer-top {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

  .footer-right {
      text-align: center;
    }

  .footer-socials{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
  }  

  .footer-middle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
    padding: 0 20px;
  }

  .logo-left,
  .logo-right {
    display: contents;
  }

  .footer-middle img {
    width: 100px;
    height: auto;
  }

  .mg-mobile-only{
    display: block;
  }

  .gallery-banner-discription{
    line-height: 2.6;
  }

  .gallery-banner-header{
    font-size: 16px;
    margin-bottom: 8px;

  }

  .gallery-banner-discription{
    font-size: 14px;
    line-height: 1;
  }

  #hide-row{
    display: none;
  }
}