.a-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.a-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.tag {
  color: #fff;
  padding: 3px 10px;
  font-size: 0.7rem;
  background-color: #7fa093;
  border-radius: 50px;
  z-index: 100;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

button.btn {
  background-color: #DD2025 !important;
  padding: 5px 10px;
  font-size: 0.8rem;
}

h2 {
  font-size: 1.5rem;
}
