.border {
    border: none !important;
}

.imageHyperlinkBox {
  position: relative;
  overflow: hidden;
  width: fit-content;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.imageHyperlinkBox img {
  max-width: 100%;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.imageHyperlinkBox .border {
  position: absolute;
  opacity: 0.45;
}
.imageHyperlinkBox .border:before,
.imageHyperlinkBox .border:after,
.imageHyperlinkBox .border div:before,
.imageHyperlinkBox .border div:after {
  background-color: #131313;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.imageHyperlinkBox:hover {
  color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.imageHyperlinkBox .border:before,
.imageHyperlinkBox .border:after {
  width: 0;
  height: 2px;
}
.imageHyperlinkBox .border div:before,
.imageHyperlinkBox .border div:after {
  width: 2px;
  height: 0;
}
.imageHyperlinkBox .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
.imageHyperlinkBox .border.one:before,
.imageHyperlinkBox .border.one div:before {
  left: 0;
  top: 0;
}
.imageHyperlinkBox .border.one:after,
.imageHyperlinkBox .border.one div:after {
  bottom: 0;
  right: 0;
}
.imageHyperlinkBox .border.two {
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
}
.imageHyperlinkBox .border.two:before,
.imageHyperlinkBox .border.two div:before {
  right: 0;
  top: 0;
}
.imageHyperlinkBox .border.two:after,
.imageHyperlinkBox .border.two div:after {
  bottom: 0;
  left: 0;
}
.imageHyperlinkBox a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.imageHyperlinkBox:hover .border:before,
.imageHyperlinkBox.hover .border:before,
.imageHyperlinkBox:hover .border:after,
.imageHyperlinkBox.hover .border:after {
  width: 100%;
}
.imageHyperlinkBox:hover .border div:before,
.imageHyperlinkBox.hover .border div:before,
.imageHyperlinkBox:hover .border div:after,
.imageHyperlinkBox.hover .border div:after {
  height: 100%;
}

.imageOverlayText {
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    font-family: 'cityStreetWearSemiBold', 'sans-serif';
    font-size: 4.0rem;
    color: white;
}

.imageOverlayText:hover {
    text-decoration: none;
    color: white;
}