﻿/* REFERANS BLOK */
.referances_area {
    position: relative;
    height: 25vh;
}

    .referances_area > .in {
        height: calc(100%);
    }

        .referances_area > .in > .ig {
            position: relative;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

        .referances_area > .in > a {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
        }
/* REFERANS BLOK */
@media all and (max-width: 1000px) {
    .vc_col-sm-2 {
        width: 50%;
    }
}
