.at-theme {
    position: relative;
}

.at-theme__imageContainer {
    overflow: hidden;
    border-radius: 50%;
}

.at-theme__image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    transition: transform 0.3s ease-in;
}

.at-theme:hover .at-theme__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.at-theme__title {
    position: absolute;
    bottom: 10%;
    width: 100%;
    margin: 0;
    padding: 0.4em 0.1em;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    border-radius: 3em;
    background: #006b6f;
}

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