.at-downloads {
    max-width: 1250px;
    margin: auto;
}

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

.at-downloads__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.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-download:last-child a {
    border-bottom: 0;
}