.at-pictureBlock {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.at-pictureBlock__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 420ms;
}

.at-pictureBlock--hasLink:hover .at-pictureBlock__image {
    transform: scale(1.06);
}

.openPlayerButton {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}

.openPlayerButton:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background: url(/ui/izb-website/image/playButton.svg) no-repeat 50% 50%;
    background-size: 60px;
}

.at-pictureBlock__caption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    font: normal 2.5em/1.2 'pt-serif-italic', serif;
    text-shadow: 0 1px 3px #000;
    color: rgba(255,255,255,.9);
    pointer-events: none;
}

.at-pictureBlock__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}

.t-row--color .at-pictureBlock {
    height: 100%;
}