/*------------------------------------------------------------------------------

  History

------------------------------------------------------------------------------*/
.history .history-image {
  position: relative;
}

.history .history-image img {
  width: 100%;
}

.history .history-image-text {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .history .history-image-text {
    position: absolute;
    font-size: 26px;
    font-size: 2.6rem;
    top: 50%;
    left: calc(50% + 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: default;
  }
}

@media only screen and (max-width: 767px) {
  .history .history-image-text {
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    margin: 25px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .history .mod-textLink {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .history .mod-textLink {
    margin: 40px 0 0;
  }
}
