.pillar {
    position: relative;
    max-width: 1600px;
    margin: auto;
    padding-top: 30px;
}

.pillar-breadcrumb {
    font-size: 18px;
    margin-bottom: 20px
}

.pillar-a {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pillar-a-photos {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-start;
    max-height: 630px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pillar-a-video {
    width: 20%;
    max-height: 500px;
}

.pillar-a-video video {
    width: 100%;
    max-height: 500px;
}

.pillar-gallery {
    width: 79%;
    /* margin: 0% 1%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 500px;
}

.pillar-gallery img {
    width: 100%;
}

.pillar-gallery-group1 {
    width: 50%;
    max-height: 500px;
}

.pillar-gallery-group1 img {
    width: 100%;
    max-height: 245px; object-fit: cover;
}

.pillar-gallery-item1, .pillar-gallery-item2 {
    max-height: 250px;
  
}

.pillar-gallery-group2 {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    max-height: 500px;
    position: relative;
}

.pillar-gallery-group2 img {
    width: 100%;
    object-fit: cover;
}

.pillar-gallery-item3, .pillar-gallery-item4, .pillar-gallery-item5, .pillar-gallery-item6, .pillar-gallery-item7, .pillar-gallery-item8 {
    width: 48%;
    max-height : 160px;
}

.