.portable-overlay-container {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 40px 25px;
  color: #ffffff;
  border-radius: 25px;
  display: grid;
  align-items: center;
  margin-bottom: 35px;
}

.portable-overlay {
  position: absolute;
  inset: 0;
  border-radius: 25px;
}

.portable-overlay-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
}
