/* Add custom CSS styles below */ 

.first-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}


.first-grid a.banner-entry.square-photos, .first-grid .two-row .banner-entry:first-child {
    width: 100%;
    height: 215px;
    background: none;
}

@media(max-width: 767px){
  .first-grid a.banner-entry.square-photos, .first-grid .two-row .banner-entry:first-child {
    width: 100%;
    height: 140px;
    background: none;
}
}