
@charset "UTF-8";


img {
    max-width: 100%;
}

img {
    border: 0
}

.button-item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 0;
    padding-bottom: 100%;
    background-color: #fff;
    position: relative;
    perspective: 800px
}
@media (min-width:768px) {
    .button-item {
        width: 33.33333%;
        float: left;
        height: 0;
        padding-bottom: 33.33333%
    }
    
    .button-item:nth-child(3n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    
    .button-item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none
    }
    
    .button-item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none
    }
}

button-item-sm {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 0;
    padding-bottom: 100%;
    background-color: #fff;
    position: relative;
    perspective: 400px
}

@media (min-width:768px) {
    .button-item-sm {
        width: 25%;
        float: left;
        height: 0;
        padding-bottom: 25%
    }
    
    .button-item-sm:nth-child(4n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    
    .button-item-sm:nth-child(4n+2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none
    }


    .button-item-sm:nth-child(4n+3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none
    }
    
    .button-item-sm:nth-child(4n+4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none
    }
}

.button-item .card {

}

.button-item:hover .back {
  opacity: 1;
  cursor: pointer;
}

/* Client logos - non-clickable, same layout as button-item-sm */
.client-logo {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  position: relative;
  perspective: 400px;
  cursor: default;
  pointer-events: none;
}
.client-logo .card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width:768px) {
  .client-logo {
    width: 25%;
    float: left;
    height: 0;
    padding-bottom: 25%;
  }
  .client-logo:nth-child(4n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .client-logo:nth-child(4n+2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .client-logo:nth-child(4n+3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .client-logo:nth-child(4n+4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}

.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .75s ease;
}