.at-polaroid {
    position: relative;/** For positioning .at-polariod__link */
    display: block;
    padding: 1rem;
    border: 1px solid #f9f9f9;
    text-decoration: none;
    color: initial;
    background-color: #fff;
    transition: all .1s;
}

.at-polaroid:hover {
    color: initial;
    transform: translate3d(0px, -2px, 0);
}

.at-polaroid__text p {
    margin-bottom: .5em;
}

.at-polaroid__text.font-handwritting {
    text-align: center;
}

.at-polaroid__text p:last-child {
    margin-bottom: 0;
}

.at-polaroid__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
