@media only screen and (max-width: 768px) {
.cols4.imgMgn1 .imgGridItem {
    max-width: 100%;
    width: 100%;
    margin: 0px 20px 20px 0px;
}
}


@media only screen and (max-width: 768px) {
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}


/*Two Columns styling contact page*/

* {
  box-sizing: border-box;
}

/* Two equal columns that float next to each other */
.column {
  text-align: center;
  float: left;
  width: 50%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
  /* For mobile responsive */
@media only screen and (max-width: 768px) {
  [class*="column"] {
    width: 100%;
  }
}

/* AUTO POP STYLES */
.dismiss{
    cursor: pointer;
}
// Add your custom styles for text elements here.
// These elements are not mandatory but will be required if you want to properly style your modal.
.auto-pop-content{}
.auto-pop-content p{}
.auto-pop-content h2{}
//