/**/
.c-bg img{
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: none;
}
.c-logo img{
  display: block;
  margin: 0 auto;
}

.w-landing-rex-club .w-location {
  
}
.w-landing-rex-club .w-location img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%,0%);
  max-width: none;
}
.w-landing-rex-club .w-location .c-location-info {
  bottom: 1rem;
}
.w-landing-rex-club .w-location .c-location-info p {
  display: inline;
  background: rgba(0,0,0,.2);
}

.w-landing-rex-club .w-contact-tabs .c-tabs .btn.tab-one {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  background: none;
  color: black;
  text-decoration: underline;
}
.w-landing-rex-club .w-contact-tabs .c-tabs .btn.tab-one:hover {
  text-decoration: none;
}
.w-landing-rex-club .w-contact-tabs .c-tabs .btn.tab-active {
    border-radius: .5rem .5rem 0 0;
    padding: 1rem 1rem 1.7rem;
    cursor: default;
}