.fmwt-hero{
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: var(--fmwt-min-h, 0px);
  aspect-ratio: var(--fmwt-ar, auto);
}

.fmwt-media, .fmwt-img{
  width: 100%;
  height: 100%;
}

.fmwt-img{
  display: block;
  object-fit: cover;
}

.fmwt-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--fmwt-pad, 16px);
}

.fmwt-content{
  max-width: 1100px;
}

.fmwt-title{ margin: 0 0 10px 0; }
.fmwt-text{ margin: 0 0 18px 0; }

.fmwt-btn{
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  border: 0;
  cursor: pointer;
}
