/*******************************/
/* Start Fix Category Section */
/*******************************/


@media(max-width:768px){
.f_enhanced-square-photos .f_image-one-fourth{
    gap:0;
  }
}

    .f_enhanced-square-photos .f_image-one-fourth {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    
    @media screen and (max-width:678px){
          .f_enhanced-square-photos .f_image-one-fourth {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap:10px;
    }
    }

.f_enhanced-square-photos .f_image-entry img{
    background-color:transparent;
    box-shadow: none;
}
.f_enhanced-square-photos:not(.f_rounded-photos) .f_image-entry img{
  border-radius:0;
}
/*******************************/
/* End Fix Category Section */
/*******************************/