.filterDiv{
  display: none;
/*   margin-bottom: 40px; */
}

.show{
  display: block;
}

.some-page-wrapper {
  margin: 15px;
/*   background-color: red; */
  text-align: center;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 25px;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 50%;
  align-items: center;
}

.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.image-overlay-content {
  
}
.image-wrapper {
/*   background-color: blue; */
  height: auto;
  width: 100%;
  position: relative;
/*   width: 90%; */
/*   max-width: 500px; */
/*   margin: auto;
  overflow: hidden; */
}

.image-wrapper img {
/*   width: 500px !important; */
/*   height: 330px !important; */
  max-width: 95% !important;
/*   max-height: 500px !important; */
}

.content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.nb-award img {
  display: inline-block;
  position: relative;
  width: 148px;
}

.image-wrapper:hover .content-overlay{
  opacity: 1;
}

.dnd_area-row-5-padding{
  margin-left: 85px;
  margin-right: 85px;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 3em;
  padding-right: 3em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-details h3{
  color: #fff;
/*   font-weight: 500; */
/*   letter-spacing: 0.15em; */
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
/*   font-size: 0.8em; */
}

.fadeIn-right{
  left: 80%;
}

.mobile-link{
  display: none;
  color: #fff;
  text-decoration: underline;
  text-align: center;
}

.image-wrapper:hover .content-details{
  top: 79%;
  left: 50%;
  opacity: 1;
}

/* .row-number-13 {
    background-image: url(https://8151700.fs1.hubspotusercontent-na1.net/hubfs/8151700/Home%20Page/our-work.png) !important;
    background-size: auto !important;
    background-position: 4% 90%;
    background-repeat: no-repeat !important;
} */

@media(min-width: 1441px){
/*   .row-number-13 {
    background-image: url(https://8151700.fs1.hubspotusercontent-na1.net/hubfs/8151700/Home%20Page/our-work.png) !important;
    background-size: auto !important;
    background-position: 16.3% 90%;
    background-repeat: no-repeat !important;
  } */
}

@media(max-width: 990px){
  .dnd_area-row-5-padding{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media(max-width: 760px){
  .mobile-link{
    display: block;
    color: #fff;
    text-decoration: underline;
    text-align: center;
  }
  .image-wrapper img{
    height: auto !important;
  }
/*   .row-number-13 {
    background-image: url(https://8151700.fs1.hubspotusercontent-na1.net/hubfs/8151700/Home%20Page/our-work.png) !important;
    background-size: 8% !important;
    background-position: 10% 97%;
    background-repeat: no-repeat !important;
  } */
  .dnd_area-row-5-padding{
    margin-left: 0px;
    margin-right: 0px;
  }
  .some-page-wrapper {
/*     margin-left: 50px; */
    /*   background-color: red; */
  }
}

@media(min-width: 769px) and (max-width: 1265px){
  .content-details h3, .content-details p{
    font-size: 14px;
  }
/*   .content-details{
    top: 60%;
    left: 50%;
    opacity: 1;
    padding-bottom: 30px;
  }
/*   .image-wrapper:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
    padding-bottom: 30px;
  } */
}

@media(min-width: 561px) and (max-width: 768px){
  .image-wrapper{
    font-size: 14px;
  }
  .image-wrapper:hover .content-details{
    top: 55%;
  }
  
}

@media(max-width: 560px){
  .row {
    flex-direction: column;
  }
  .mobile-link{
    display: block;
    color: #fff;
    text-decoration: underline;
    text-align: center;
  }
  .image-wrapper:hover .content-details{
    top: 60%;
  }
}