#mainTitleContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #E42313;
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 35px;
    font-weight: bolder;
    margin-bottom: 35px;
}

#contentContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

#photosContainer {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 33%;
    background-color: #f2f3f2;
}

#triangle {
    position: absolute;
    overflow: hidden;
    width: 35px;
    left: calc(50% - 17.5px);
    bottom: 0;
}

#photoArrow{
    width: 20%;
    margin-left: 40%;
    margin-top: 20%;
    margin-bottom: 15%;
}


.talviPhoto {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}




#contentContainer {
    width: 95%;
    z-index: 13;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    height: fit-content;
    margin-top: 31px;
    margin-bottom: 17px;
    max-width: 1300px;
    min-width: 1000px;
    margin: 0px auto;
    text-align: center;
    bottom: 24px;
}



.gallery-section-table-colum1 {
    width: 26%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 221px;
    margin-top: 20px;
    border-top: 9px solid red;
}
.gallery-section-table-colum1:nth-of-type(odd){
    border-top: 9px solid #aaaaa9;
}

.opacity {
    line-height: 290px;
    font-size: 22px;
    background-color: black;
    opacity: 0.5;
    height: 290px;
}

.gallery-name {
    line-height: 290px;
    color: ba;
    z-index: 10;
    width: 100%;
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    /* margin-left: -50px; */
    /* margin: 0px auto; */
    font-size: 21px;
    font-family: Lato-Regular;
    /* display: inline-block; */
}


.opacityTextContainer{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    align-items: flex-end;
    transition: background 0.5s, color 0.5s;
    color: transparent;
    justify-content: center;
    /* line-height: 301px; */
}

.opacityTextContainer{
    background: rgba(0, 0, 0, 0.4);
    color: white;
}


.img-hover-zoom{
    width: 100%;
    overflow: hidden;
    transition: transform .5s ease;
}



.img-hover-zoom img  {
    transition: transform .5s ease;
    width: 100%;
    min-height: 220px;
}


.opacityTextContainer:hover + .img-hover-zoom img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);

}
.opacityTextContainer:hover {
    opacity:0.8;
}
.text{
    font-size: 17px;
    font-family: 'DM Sans', sans-serif;
    width: 80%;
    position: relative;
    height: auto;
    margin-bottom: 14px;
    margin-left: -50px;
    text-align: left;
}

.gallerySeparator{
    display: inline-block;
    position: relative;
    width: 1%;
    height: 290px;
}

@media (orientation: portrait) and (max-width: 768px){
    #contentContainer{
        width: 100%;
        min-width: 0px;
    }

    .gallery-section-table-colum1{
        width: 87%;
    }
}
