.popul-name{
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.popul-descr{
    margin: 8px 0 30px;
    color: #eeeeee;
}
.popul-item{
    max-height: 576px;
    min-height: 480px;
    background: center / contain no-repeat;
    display: block;
    position: relative;
    overflow: hidden;
}
.popul-wrap_txt{
    position: absolute;
    right: 30px;
    margin: auto auto 0;
    left: 20px;
    width: 83%;
    transition: .3s;
    z-index: 2;
    bottom: 0;
    top: 60%;
}
.popul-item:after{
    transition: .3s;
    position: absolute;
    height: 100%;
    left: 0;
    top:0;
    transform: scaleY(0.75);
    transform-origin: bottom;
    width: 100%;
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.popul-item:hover:after{
    transform: scaleY(1);
}
.popul-item:hover .popul-wrap_txt {
    transform: translateY(-10px);
}
@media (min-width:992px) {
    #js-new_product .h1{
        margin: 0 0 40px 30px;
    }
    .popul .btn{
        width: 200px;
        text-transform: uppercase;
        margin: 40px auto;
    }
    .popul-item:nth-child(3n-1){
        margin: 0 auto;
    }
    .popul-item {
      width: 50%;
    }
}
@media (min-width:768px) {
    .popul-wrap_txt{
        top: 60%;
    }
    .popul-item{
        padding: 16% 0;
        width: 50%;
        max-height: 576px;
        min-height: 480px;
    }
}
@media (min-width:1440px) {
    .popul-item{
        width: 33.333%;
        max-height: 576px;
        min-height: 480px;
    }
}
@media (max-width:991px) {
/* @media (max-width:419px) { */
    .popul-item{
        margin: 30px 0 50px;
    }
    .popul-name{
        font-size: 1.6rem;
    }
    .popul .btn{
        width: 100%;
        text-align: center;
    }
}
@media (max-width:767px) {
    .popul-item{
        width: 100%;
        height: 380px;
        margin: 0;
    }
    .popul-wrap_txt{
        width: 100%;
        left: 0;
    }
}
