.tribute-card {
    font-family: Kobern, sans-serif;
    color: white;
    font-size: 18px;
    width: 100%;
    max-width: 475px;
    height: 300px;
    max-height: 300px;
    margin: 9px;
    display: inline-block;
    transform-style: preserve-3d;
    transition: all 0.8s ease;
    position: relative;
}

.tribute-card-front {
    background: linear-gradient(to right, #6898A7, #6898A7 3%, #367689 3%, #367689 25%, #6898A7 25%, #6898A7);
    width: 100%;
    max-width: 475px;
    height: 300px;
    max-height: 300px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: absolute;
    z-index: -1;
    backface-visibility: hidden;
}

.tribute-name {
    font-size: 22px;
    font-weight: bold;
    line-height: 10px;
}

.tribute-title {
    font-weight: bold;
    font-size: 14px;
    /*  margin-top: 70px;*/
    line-height: 5px;
}

.tribute-service {
    font-weight: bold;
    font-size: 14px;
}

.tribute-image {
    width: 150px;
    float: left;
    margin-right: 30px;
    margin-left: 20px;
    border: solid 5px #6898A7;
}

.tribute-card .gem-overlay {
    max-width: 37%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.tribute-card .tribute-body {
    margin-right: 20px;
}

li.tribute-service {
    font-size: 0.8rem;
    font-weight: 200;
}