.syncroit-catsquares-1big-1small {
    width: 100%;
    height: auto;
    margin-top: 1.2%;
    font-size: 0px;
}

.syncroit-catsquares-1big-1small .syncroit-catsquares-inner {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.syncroit-catsquares-1big-1small .syncroit-catsquares-item {
    width: 49.34%;
    height: 100%;
}

.syncroit-catsquares-1big-1small .syncroit-catsquares-item.left {
    float: left;
    width: 66.3%;
}

.syncroit-catsquares-1big-1small .syncroit-catsquares-item.right {
    float: right;
    width: 32.45%;
}

.syncroit-catsquares-1big-1small .syncroit-catsquares-item a {
    height: 100%;
    width: 100%;
    display: block;
}

.syncroit-catsquares-1big-1small .syncro-catsquares-image-background {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.syncroit-catsquares-1big-1small .syncro-catsquares-image-background img {
    height: 100%;
    width: 100%;
}

.syncroit-catsquares-1big-1small .syncro-catsquares-image-background img:hover {
    opacity: 0.7;
}

.syncroit-catsquares-1big-1small .syncro-catsquares-background-image img:hover {
    opacity: 0;
}

@media (max-width: 580px) {

    .syncroit-catsquares-1big-1small {
        margin-top: 0;
    }

    .syncroit-catsquares-1big-1small .syncroit-catsquares-item.left,
    .syncroit-catsquares-1big-1small .syncroit-catsquares-item.right {
        width: 100%;
        margin-top: 3.8% !important;
    }
}