.imgs-one-in-one {
    width: 12.5%;
    height: 183px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}

.imgs-one-img {
    height: 100%;
    width: 100%;
    overflow: visible;
}

.imgs-one-in-one a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.imgs-one-in-one a img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.imgs-one-in-one a::after {
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
    transform: scale(0.5);
    box-shadow: 0 0 1px #dedede;
}

@media (max-width: 768px) {
    .imgs-one-in-one {
        width: 24.6%;
        height: 100px
    ;
    }
    header {
        height: 63px !important;
    }

}
