.vimeohero {
    background: #eee;
    height: 70vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index:1;
    background: rgb(236,70,40);
    background: linear-gradient(45deg, rgba(248,151,40,1) 0%, rgba(9,9,121,1) 50%, rgba(30,185,229,1) 100%);
}
 .vimeoCover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
background: rgb(255,46,115);
background: linear-gradient(45deg, rgba(248,151,40,0.6) 0%, rgba(9,9,121,0.5) 50%, rgba(30,185,229,0.6) 100%);*/
} 
/*iframe  {
  box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}
*/


.membershipCallout {
  background-color:#f89828;
  color:#fff;
  text-align:center;
}
.whiteLarge {
  font-size:1.2rem;
  font-weight:600;
}


.hpTiles img {
  border-radius:20px;
  transition: .5s ease;
  filter:brightness(120%);
}

.hpTiles img:hover{
filter: brightness(200%) saturate(150%);
transition: .5s ease;

