/**
 * Add styling for 404 page here
 */

.imgbtns-404 .row {
    justify-content: center;
}

.search-404 {
    margin-bottom: var(--section-margins);
}

.search-404 form {
    position: relative;
}

.search-404 button {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: 10px;
    right: 10px;
    font-size: 21px;
}

.link-image__item {
    display: block;
    position: relative;
    background: none;
}

.link-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin: 0 auto 70px;
}

.link-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s all;
}

.link-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.link_title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    min-width: 200px;
    height: 50px;
    bottom: -30px;
    background: var(--blue);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
}

.contact-404 {
    text-align: center;
}

@media (min-width: 1024px) {
    .search-404 {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
}
