.works__list_title {
    color: #000;
    font-size: 30px;
}
.works__list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px;
}
.works__list_item {
    width: 33.333%;
    margin-bottom: 30px;
}
.main-works__item {
    width: 95%!important;
    margin: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.main-works__item_inner-sh {
    border-radius: 20px;
}
.main-work__img {
    position: relative;
    height: 232px;
    overflow: hidden;
    display: block;
}
.main-work__img img {
    position: absolute;
    z-index: -5;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
}
.main-works__text {
    height: 95px;
    padding: 23px;
}
.main-works__title {
    font-size: 14px;
    color: #434e67;
    font-weight: 700;
}
.main-works__title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.main-works__desc {
    margin-top: 7px;
    color: #939db4;
}

.main-works__item_youtube:before {
    content: ' ';
    position: absolute;
    background: url(/img/portfolio_play.png) no-repeat 0 0;
    background-size: contain;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    z-index: 2;
    top: 0;
    margin-top: 70px;
}
@media (max-width: 1291.98px) {

}
@media (max-width: 991.98px){
    .works__list_item {
        width: 50%;
    }
}
@media (max-width: 768.98px) {
    .works__list_item {
        width: 100%;
    }
}
@media (max-width: 479.98px) {

}