.ktk-block-full-width-loop {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
}
.ktk-block-full-width-loop__loop {
    width: 100%;
    justify-content: center;
}
@media screen and (max-width: 574px) {
    .ktk-block-full-width-loop__loop {
        justify-content: center;
    }
}
.ktk-block-full-width-loop__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 60px 40px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .ktk-block-full-width-loop__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.ktk-block-full-width-loop__link {
    margin-top: 10px;
    margin-bottom: 1rem;
}
#wpcontent .ktk-block-full-width-loop__link {
    pointer-events: none;
}
.ktk-block-full-width-loop__file-url {
    background-color: white;
    border: 1px solid #ededed;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.ktk-block-full-width-loop__img {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    display: flex;
}
.ktk-block-full-width-loop__innertitle {
    background-color: white;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1rem;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: .2s ease;
}
.ktk-block-full-width-loop__file-url:hover .ktk-block-full-width-loop__innertitle {
    color: white;
    background-color: #006cb2;
}


@media screen and (max-width: 768px) {
    .ktk-block-full-width-loop__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (max-width: 574px) {
    .ktk-block-full-width-loop__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}