.image {
  position: relative;
}
.image a {
  border: none;
}
.image figure figcaption {
  display: none;
}
.image .img-txt {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1080px) {
  .image .img-txt {
    padding: 40px;
  }
}
.image .img-txt:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.image h6,
.image .img-title {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 1080px) {
  .image h6,
  .image .img-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .image h6,
  .image .img-title {
    font-size: 1.6rem;
  }
}
.image .img-sub {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  .image .img-sub {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .image .img-sub {
    font-size: 1.5rem;
  }
}
.image .img-text {
  font-family: 'Roboto';
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: transparent;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  border: 1px solid #FFFFFF;
  outline: none;
  cursor: pointer;
  transition: all 300ms ease;
}
@media screen and (min-width: 1200px) {
  .image .img-text {
    padding: 10px 25px;
  }
}
.image .img-text:hover {
  color: #000000;
  background: #FFFFFF;
}
