
.tarot-deck-v3 .deck {
    margin: 0 auto;
    position: relative;
}
.tarot-deck-v3 .deck .card {
    cursor: pointer;
    display: block;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.tarot-deck-1card .card {
    position: absolute;
    top: 15px;
}
.v3 .card {
    position: relative;
    width: 100%;
}
.v3 .panel-card, .v3 .image-card--horz, .v3 .image-card, .v3 .calendar-article-card, .v3 .card {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.card-yes-no-tarot {
    /* background: url(../images/card.jpg) no-repeat center center/cover; */
    background: url(../images/tarot-card.png) no-repeat center center/cover;
    border-radius: 15px;
}
input, textarea, button, select, a {
    -webkit-tap-highlight-color: transparent;
}
/* a,  */
.link {
    color: #fff;
    line-height: 1.13;
    text-decoration: none;
    font-family: khand,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tarot-deck-v3 {
    overflow: hidden;
    position: relative;
}
.tarot-deck-v3 .deck {
    margin: 0 auto;
    position: relative;
}
.tarot-deck-v3 .deck .card {
    cursor: pointer;
    display: block;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.tarot-deck-v3 .deck .card:hover {
    background-blend-mode: multiply;
    box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) {
    .tarot-deck-v3 {
        padding-top: 40px;
    }
}
.tarot-deck-1card .card {
    position: absolute;
    top: 15px;
}
.tarot-deck-1card .card:hover {
    top: 5px;
}
@media only screen and (min-width: 320px) {
    .tarot-deck-1card {
        height: 220px;
    }
    .tarot-deck-1card .deck {
        width: 260px;
    }
    .tarot-deck-1card .deck .card-1 {
        left: -8px;
    }
    .tarot-deck-1card .deck .card-2 {
        left: 6px;
    }
    .tarot-deck-1card .deck .card-3 {
        left: 20px;
    }
    .tarot-deck-1card .deck .card-4 {
        left: 34px;
    }
    .tarot-deck-1card .deck .card-5 {
        left: 48px;
    }
    .tarot-deck-1card .deck .card-6 {
        left: 62px;
    }
    .tarot-deck-1card .deck .card-7 {
        left: 76px;
    }
    .tarot-deck-1card .deck .card-8 {
        left: 90px;
    }
    .tarot-deck-1card .deck .card-9 {
        left: 104px;
    }
    .tarot-deck-1card .deck .card-10 {
        left: 118px;
    }
    .tarot-deck-1card .deck .card-11 {
        left: 132px;
    }
    .tarot-deck-1card .deck .card-12 {
        left: 146px;
    }
    .tarot-deck-1card .deck .card {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        height: 171px;
        width: 120px;
    }
}
@media only screen and (min-width: 568px) {
    .tarot-deck-1card {
        height: 260px;
    }
    .tarot-deck-1card .deck {
        width: 300px;
    }
    .tarot-deck-1card .deck .card {
        height: 214px;
        width: 150px;
    }
}
@media only screen and (min-width: 768px) {
    .tarot-deck-1card {
        height: 590px;
    }
    .tarot-deck-1card .deck {
        width: 700px;
    }
    .tarot-deck-1card .deck .card-1 {
        left: 40px;
    }
    .tarot-deck-1card .deck .card-2 {
        left: 72px;
    }
    .tarot-deck-1card .deck .card-3 {
        left: 104px;
    }
    .tarot-deck-1card .deck .card-4 {
        left: 136px;
    }
    .tarot-deck-1card .deck .card-5 {
        left: 168px;
    }
    .tarot-deck-1card .deck .card-6 {
        left: 200px;
    }
    .tarot-deck-1card .deck .card-7 {
        left: 232px;
    }
    .tarot-deck-1card .deck .card-8 {
        left: 264px;
    }
    .tarot-deck-1card .deck .card-9 {
        left: 296px;
    }
    .tarot-deck-1card .deck .card-10 {
        left: 328px;
    }
    .tarot-deck-1card .deck .card-11 {
        left: 360px;
    }
    .tarot-deck-1card .deck .card-12 {
        left: 392px;
    }
    .tarot-deck-1card .deck .card-1 {
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 100px;
    }
    .tarot-deck-1card .deck .card-1:hover {
        top: 85px;
    }
    .tarot-deck-1card .deck .card-2 {
        -ms-transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        top: 80px;
    }
    .tarot-deck-1card .deck .card-2:hover {
        top: 65px;
    }
    .tarot-deck-1card .deck .card-3 {
        -ms-transform: rotate(-9deg);
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg);
        top: 60px;
    }
    .tarot-deck-1card .deck .card-3:hover {
        top: 45px;
    }
    .tarot-deck-1card .deck .card-4 {
        -ms-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
        top: 40px;
    }
    .tarot-deck-1card .deck .card-4:hover {
        top: 25px;
    }
    .tarot-deck-1card .deck .card-5 {
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 20px;
    }
    .tarot-deck-1card .deck .card-5:hover {
        top: 5px;
    }
    .tarot-deck-1card .deck .card-6 {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
    }
    .tarot-deck-1card .deck .card-6:hover {
        top: -15px;
    }
    .tarot-deck-1card .deck .card-7 {
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        top: 20px;
    }
    .tarot-deck-1card .deck .card-7:hover {
        top: 5px;
    }
    .tarot-deck-1card .deck .card-8 {
        -ms-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
        top: 40px;
    }
    .tarot-deck-1card .deck .card-8:hover {
        top: 25px;
    }
    .tarot-deck-1card .deck .card-9 {
        -ms-transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
        top: 60px;
    }
    .tarot-deck-1card .deck .card-9:hover {
        top: 45px;
    }
    .tarot-deck-1card .deck .card-10 {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        top: 80px;
    }
    .tarot-deck-1card .deck .card-10:hover {
        top: 65px;
    }
    .tarot-deck-1card .deck .card-11 {
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        top: 100px;
    }
    .tarot-deck-1card .deck .card-11:hover {
        top: 85px;
    }
    .tarot-deck-1card .deck .card-12 {
        -ms-transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
        top: 120px;
    }
    .tarot-deck-1card .deck .card-12:hover {
        top: 105px;
    }
    .tarot-deck-1card .deck .card {
        height: 370px;
        width: 260px;
    }
}
@media only screen and (min-width: 1024px) {
    .tarot-deck-1card {
        height: 610px;
    }
    .tarot-deck-1card .deck {
        width: 980px;
    }
    .tarot-deck-1card .deck .card-1 {
        left: 50px;
    }
    .tarot-deck-1card .deck .card-2 {
        left: 106px;
    }
    .tarot-deck-1card .deck .card-3 {
        left: 162px;
    }
    .tarot-deck-1card .deck .card-4 {
        left: 218px;
    }
    .tarot-deck-1card .deck .card-5 {
        left: 274px;
    }
    .tarot-deck-1card .deck .card-6 {
        left: 330px;
    }
    .tarot-deck-1card .deck .card-7 {
        left: 386px;
    }
    .tarot-deck-1card .deck .card-8 {
        left: 442px;
    }
    .tarot-deck-1card .deck .card-9 {
        left: 498px;
    }
    .tarot-deck-1card .deck .card-10 {
        left: 554px;
    }
    .tarot-deck-1card .deck .card-11 {
        left: 610px;
    }
    .tarot-deck-1card .deck .card-12 {
        left: 666px;
    }
    .tarot-deck-1card .deck .card-1 {
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 100px;
    }
    .tarot-deck-1card .deck .card-1:hover {
        top: 85px;
    }
    .tarot-deck-1card .deck .card-2 {
        -ms-transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        top: 80px;
    }
    .tarot-deck-1card .deck .card-2:hover {
        top: 65px;
    }
    .tarot-deck-1card .deck .card-3 {
        -ms-transform: rotate(-9deg);
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg);
        top: 60px;
    }
    .tarot-deck-1card .deck .card-3:hover {
        top: 45px;
    }
    .tarot-deck-1card .deck .card-4 {
        -ms-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
        top: 40px;
    }
    .tarot-deck-1card .deck .card-4:hover {
        top: 25px;
    }
    .tarot-deck-1card .deck .card-5 {
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 20px;
    }
    .tarot-deck-1card .deck .card-5:hover {
        top: 5px;
    }
    .tarot-deck-1card .deck .card-6 {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
    }
    .tarot-deck-1card .deck .card-6:hover {
        top: -15px;
    }
    .tarot-deck-1card .deck .card-7 {
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        top: 20px;
    }
    .tarot-deck-1card .deck .card-7:hover {
        top: 5px;
    }
    .tarot-deck-1card .deck .card-8 {
        -ms-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
        top: 40px;
    }
    .tarot-deck-1card .deck .card-8:hover {
        top: 25px;
    }
    .tarot-deck-1card .deck .card-9 {
        -ms-transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
        top: 60px;
    }
    .tarot-deck-1card .deck .card-9:hover {
        top: 45px;
    }
    .tarot-deck-1card .deck .card-10 {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        top: 80px;
    }
    .tarot-deck-1card .deck .card-10:hover {
        top: 65px;
    }
    .tarot-deck-1card .deck .card-11 {
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        top: 100px;
    }
    .tarot-deck-1card .deck .card-11:hover {
        top: 85px;
    }
    .tarot-deck-1card .deck .card-12 {
        -ms-transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
        top: 120px;
    }
    .tarot-deck-1card .deck .card-12:hover {
        top: 105px;
    }
    .tarot-deck-1card .deck .card {
        height: 342px;
        width: 240px;
    }
}
@media only screen and (min-width: 1200px) {
    .tarot-deck-1card {
        height: 640px;
    }
    .tarot-deck-1card .deck {
        width: 1140px;
    }
    .tarot-deck-1card .deck .card-1 {
        left: 50px;
    }
    .tarot-deck-1card .deck .card-2 {
        left: 120px;
    }
    .tarot-deck-1card .deck .card-3 {
        left: 190px;
    }
    .tarot-deck-1card .deck .card-4 {
        left: 260px;
    }
    .tarot-deck-1card .deck .card-5 {
        left: 330px;
    }
    .tarot-deck-1card .deck .card-6 {
        left: 400px;
    }
    .tarot-deck-1card .deck .card-7 {
        left: 470px;
    }
    .tarot-deck-1card .deck .card-8 {
        left: 540px;
    }
    .tarot-deck-1card .deck .card-9 {
        left: 610px;
    }
    .tarot-deck-1card .deck .card-10 {
        left: 680px;
    }
    .tarot-deck-1card .deck .card-11 {
        left: 750px;
    }
    .tarot-deck-1card .deck .card-12 {
        left: 820px;
    }
    .tarot-deck-1card .deck .card-1 {
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 100px;
    }
    .tarot-deck-1card .deck .card-1:hover {
        top: 85px;
    }
    .tarot-deck-1card .deck .card-2 {
        -ms-transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        top: 80px;
    }
    .tarot-deck-1card .deck .card-2:hover {
        top: 65px;
    }
    .tarot-deck-1card .deck .card-3 {
        -ms-transform: rotate(-9deg);
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg);
        top: 60px;
    }
    .tarot-deck-1card .deck .card-3:hover {
        top: 45px;
    }
    .tarot-deck-1card .deck .card-4 {
        -ms-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
        top: 40px;
    }
    .tarot-deck-1card .deck .card-4:hover {
        top: 25px;
    }
    .tarot-deck-1card .deck .card-5 {
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 20px;
    }
    .tarot-deck-1card .deck .card-5:hover {
        top: 5px;
    }
    .tarot-deck-1card .deck .card-6 {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
    }
    .tarot-deck-1card .deck .card-6:hover {
        top: -15px;
    }
    .tarot-deck-1card .deck .card-7 {
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        top: 20px;
    }
    .tarot-deck-1card .deck .card-7:hover {
        top: 5px;
    }
    .tarot-deck-1card .deck .card-8 {
        -ms-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
        top: 40px;
    }
    .tarot-deck-1card .deck .card-8:hover {
        top: 25px;
    }
    .tarot-deck-1card .deck .card-9 {
        -ms-transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
        top: 60px;
    }
    .tarot-deck-1card .deck .card-9:hover {
        top: 45px;
    }
    .tarot-deck-1card .deck .card-10 {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        top: 80px;
    }
    .tarot-deck-1card .deck .card-10:hover {
        top: 65px;
    }
    .tarot-deck-1card .deck .card-11 {
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        top: 100px;
    }
    .tarot-deck-1card .deck .card-11:hover {
        top: 85px;
    }
    .tarot-deck-1card .deck .card-12 {
        -ms-transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
        top: 120px;
    }
    .tarot-deck-1card .deck .card-12:hover {
        top: 105px;
    }
    .tarot-deck-1card .deck .card {
        height: 370px;
        width: 260px;
    }
}
.tarot-deck-2card .deck {
    margin-bottom: 20px;
    margin-top: 15px;
    max-width: 290px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tarot-deck-2card .deck .card {
    height: 196px;
    width: 140px;
}
.tarot-deck-2card .deck .card img {
    height: 196px;
    width: 140px;
    visibility: hidden;
}
.tarot-deck-2card .deck .card:hover {
    -webkit-transform: translate(0px, -5px);
    -moz-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.tarot-deck-2card .deck .card.hide-card {
    background: 0 0;
}
.tarot-deck-2card .deck .card.hide-card:hover {
    box-shadow: none;
    cursor: default;
    transform: unset;
}
@media only screen and (min-width: 768px) {
    .tarot-deck-2card .deck {
        margin-bottom: 40px;
        max-width: 560px;
    }
    .tarot-deck-2card .deck .card {
        height: 370px;
        width: 260px;
    }
    .tarot-deck-2card .deck .card img {
        height: 370px;
        width: 260px;
    }
}
