@import url("master-theme.css");

.master-tile {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid #6c757d;
  color: inherit;
  text-decoration: none;
}

.master-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master-tile-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0.5rem;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
