.user-generated ul .newcomers-menu__lite {
    text-align: center
}

@media (min-width: 720px) {
    .newcomers-menu {
        text-align: center
    }
}

.newcomers-menu_item {
    width: 100%;
    height: 100px;
    margin: 0 auto 20px;
    position: relative;
    padding: 25px;
    overflow: hidden;
    border-left: 2px solid #67af4c;
	box-sizing: border-box;
}
.newcomers-menu_item:last-child {
    margin-right: 0 !important;
}

.newcomers-menu_item__lite
{
    border: none;
    height: 125px;
}

@media (min-width: 720px) {
    .newcomers-menu_item {
        display: inline-block;
        margin: 0 3% 20px 0;
        width: 48.2%
    }
}

@media (min-width: 965px) {
    .newcomers-menu_item {
        width: 31%
    }
}

@media (min-width: 1100px) {
    .newcomers-menu_item {
        width: 48%;
        margin-right: 0
    }
}

@media (min-width: 720px) {
    .newcomers-menu_item:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 965px) {
    .newcomers-menu_item:nth-child(2n) {
        margin-right: 3%
    }

    .newcomers-menu_item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (min-width: 1100px) {
    .newcomers-menu_item:nth-child(2n) {
        margin-right: 0;
        margin-left: 3%
    }
}

.user-generated .newcomers-menu_item {
    padding: 0
}

.user-generated .newcomers-menu_item:after {
    content: normal
}

.newcomers-menu_image {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    will-change: transform;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    background-size: cover !important;
}

.newcomers-menu_link:hover .newcomers-menu_image {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.newcomers-menu_link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3
}

.newcomers-menu_text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 25px;
    color: #e9e2bf;
    font-family: "robotocondensed", "Arial Narrow", Arial, sans-serif;
    text-align: left
}

.newcomers-menu_title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    transform-origin: 0 0;
    text-transform: uppercase
}

