html, body {
  overflow-x: hidden;
}
body {
  position: relative;
  font-size:16px; 
  font-weight: 500; 
  font-family: open sans, fira sans, sans;
  font-height: 1.47px;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
      #div-mobile {    display: block;  }
      #div-desktop {    display: none;  }
 }


@media screen and (min-width: 701px) and (max-width: 4000px) {
      #div-mobile {    display: none;  }
      #div-desktop {    display: block;  }
}
@media only screen and (max-width: 767px) {
.mod-col3-8-wrapper h3 {
    padding:5px;
    font-family: "open sans", sans-serif;
    font-size: 15px ! important;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
}
  .mod-col3-8-wrapper .ult-column .inner-container > div > div {
	height: 100%;
	padding-top: 65px ! important;
	-webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
  .mod-col3-8-wrapper p.link a {
    color: rgba(0, 0, 0, 0.0);
    font-size: 1px;
    line-height: 0px;
    text-decoration: none;
    margin: 0px;
}
  .mod-col3-8-wrapper p.link {
    border: 0px ;
    width: 0%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
}
