
.column {
  float: left;
  width: 33%;
  
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}



.galleryImg h3{
    height:10%;
    padding-top:20px;
    font-size:30px;
    text-align:center;
}

.gallerySec{
    padding:0 0 50px 0;
    margin-left:10%;
    margin-right:10%;
}
.galleryImg{
    object-fit:cover;
    height:450px;
    margin-bottom:11%;
}

@media(max-width:1300px){
    .galleryImg{
        height:400px;
    }
}

@media(max-width:1200px){
    .galleryImg{
        height:350px;
    }
}

@media(max-width:1070px){
    .galleryImg h3{
        height:10%;
        padding-top:20px;
        font-size:25px;
        text-align:center;
    }
}

@media(max-width:1050px){
    .galleryImg{
        height:300px;
    }
    .galleryImg h3{
        height:10%;
        padding-top:20px;
        font-size:21px;
        text-align:center;
    }
}

@media(max-width:900px){
    .galleryImg{
        height:250px;
    }
}

@media(max-width:770px){
    .column {
      float: left;
      width: 90%;
      
    }
    .galleryImg{
        height:350px;
        margin-bottom:25%;
    }
    
    .galleryImg h3{
        height:10%;
        padding-top:20px;
        font-size:6vw;
        text-align:center;
    }
}


