    .ce-gallery {
      padding: 0 !important;  
      margin: 0 !important;
    }

    .ce-gallery .ce-row {
      margin-bottom: 0 !important;
    }

    .ce-gallery .ce-row .ce-column {
      background-color: #e5e9eb;
      padding: 20px;
      margin-right: 15px;
      margin-bottom: 15px;
    }

    .ce-gallery .ce-row .ce-column:last-child {
      margin-right: 0;
    }
    
    @media screen and (max-width: 481px) {
      .ce-gallery .ce-row .ce-column {
        float: none;
        margin-right: 0;
        width: 100%;
      }
      .ce-left .ce-gallery {
        float: none;
      }
    }