.content-box--image-only h6 {
   padding: 5px 5px 7px 10px;
   margin: 0;
   color: #fff;
   font-weight: 600;
   font-size: 14px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 3;
   min-height: 30%;
}

.aar {
   position: absolute;
   top: 0;
}

.text-gold {
   background-color: #996F32 !important;
}

.text-red {
   background-color: #D1131F !important;
   color: white;
}

.text-grey2 {
   background-color: darkgrey !important;
   color: white;
}

.bg-gold {
   background-color: #F2D586 !important;
}

.bg-red {
   background-color: rgba(139, 0, 0, 0.8) !important;
}

.bg-grey {
   background-color: rgba(169, 169, 169, 0.8) !important;
}

@media (min-width: 992px) {
   .col-lg-2-custom {
      width: 20%;
      flex: 0 0 20%;
      max-width: 20%;
   }
}

.overlay {
   height: 150vh;
   width: 100%;
   background: #1D1D1B;
   position: absolute;
   top: 0;
   opacity: 0.6;
   z-index: 10;
}
