.mtpc-well:not(.mtpc-1col-section):not(.mtpc-2col-section):not(.mtpc-3col-section):not(.mtpc-4col-section) {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
}

.view-id-mtpc_albums {
    padding: 0px 15px;
}

div.mtpc-1col-item.mtpc-1col-item--1 table.tbl-line tbody tr td {
  border-bottom: 1px solid #000;
  border-top: 1px solid #ccc;
}


@media (max-width: 768px) {

  table.responsive-table,
  .views-table.responsive-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

}

.small-image1 img {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;

}

/* Container */
.small-image {
  position: relative;
  display: inline-block;
}

/* Image */
.small-image img {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Hard-coded centered overlay text */
.small-image::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(128, 128, 128, 0.6);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: clamp(1.2rem, 4vw, 2rem);   /* ⬅ bigger text */
  font-weight: 600;    /* ⬅ makes it stand out */
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}







