.opc-Tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  color: #ececec;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .opc-Tile:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.01); }
  .opc-Tile > a {
    width: 100%;
    height: 100%; }
  .opc-Tile > div {
    font-size: 14px; }
  .opc-Tile i {
    font-size: 28px;
    margin-right: 6px;
    vertical-align: middle; }
  .opc-Tile img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .opc-Tile .overlayText {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(82, 82, 82, 0.58);
    text-align: center;
    color: #FFFFFF !important; }

/*# sourceMappingURL=Tile.css.map */
