/*.rc-card-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}*/

.rc-card-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 2rem;
    width: 100%;
}

@media (max-width: 1139px) {
    .rc-card-wrapper {
        justify-content: center !important; /* Override for mobile */
    }
}

/*.rc-card-wrapper {
  @media only screen and (min-width: 769px) {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between !important;
  }
}*/

.rc-square-card {
    /*margin:25px;*/
    /*width: 35vw;
    height: 35vw;*/
    aspect-ratio: 1/1;
    min-height: 400px;
    width: 100%;
}

.event-tile {
  display: block;
  position: relative;
  width: 100%;
  height:100%;
  padding: 0;
  background-image: url(/assets/images/event-tile-default.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
.event-tile p {
    height: 6.25rem;
}
.event-tile .content-container, .event-tile .content-container.red {
    background-color: rgba(190,47,55,.9);
}

.event-tile .content-container, .event-tile .content-container.transparent {
    background-color: transparent;
}

.event-tile .content-container, .event-tile .content-container.gray {
    background-color: rgba(90,90,90,.9);
}

.event-tile .content-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color .5s;
}
.event-tile .border {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    background-image: url(https://www.ruthschris.com/assets/images/border-event-tile.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  /*height: 100%;*/
  height: 95% !important;
  margin: auto;
  -ms-flex-pack: center;
  justify-content: center;
  color:#fff!important;
  @media only screen and (max-width: 768px) {
    min-width: 110% !important;
    margin-left: -1rem !important;
    width: 100% !important;
  }
}
.copy p {
 color:#fff!important; 
}
.red:hover {
  background-color: rgba(0,0,0,0);
}
.event-tile:not(.is-not-hover) .content-container:hover {
    background-color: rgba(90,90,90,.4);
}

.event-tile .copy i {
    font-size: 2.8125rem;
    padding-bottom: 1.25rem;
}
.event-tile .arrow {
    display: block;
    position: relative;
    bottom: 7.5rem;
    margin: 0 auto;
    font-size: .9375rem;
  text-align:center;
}
.event-tile h3, .event-tile i, .event-tile p {
    color: #fff;
    text-align: center;
    max-width: 70%;
}
@media (max-width: 1300px){
  .event-tile .arrow {
    bottom: 4.5rem;

}
@media (max-width: 1250px){
  .event-tile .arrow {
    bottom: 4.5rem;

}
}
@media (max-width: 1200px){
  .event-tile .arrow {
    bottom: 4.75rem;

}
}
@media (max-width: 1139px){
  .event-tile p {
    height: 6.25rem;
}
.event-tile .copy i {
    font-size: 2.8125rem;
    padding-bottom: 1.25rem;
}
  .event-tile .arrow {
    display:none;
    bottom: 7.5rem;
    font-size: 1.25rem;
}
      .rc-card-wrapper {
    display: grid;
        @media (max-width: 1300px) {
    @media (max-width: 1139px) {
        .rc-card-wrapper {
            justify-content: center !important;
        }
    }
}
}
  .rc-square-card {
    aspect-ratio: 1/1;
    min-height: 400px;
    width: 100%;
    /*margin:25px;
    width: 75vw;
    height: 75vw;*/
}
}
@media (max-width: 767px){
.event-tile .copy i {
    font-size: 2.5rem;
}
  .event-tile .arrow {
    font-size: 1.25rem;
    bottom: 5.625rem;
}

  .event-tile .arrow {
    display: none;
    position: relative;
    bottom: 8.5rem;
    margin: 0 auto;
    font-size: 1.3rem;
}
}
@media (max-width: 479px){
  .event-tile .copy i {
    padding-bottom: .75rem;
    display: block;
    font-size: 1.875rem;
}
.event-tile .arrow {
    display: none!important;
}
  .event-tile h3 {
    padding-bottom: 1.25rem;
    font-size: 1.5625rem;
    letter-spacing: -1px;
}
  p{
       font-size: .875rem!important;
    line-height: 1.5; 
  }


}