.shop-pro .sl3 ul li a {
    height: 410px;
}

.shop-pro .sl3 ul li div.grad {
    background: transparent linear-gradient(180deg, #000000E6 0%, #00000000 66%) 0% 0% no-repeat padding-box;
}

.shop-pro .sl3 .title1 {
    top: 23px;
    bottom: auto;
    font-size: 24px;
}

.shop-pro .sl3 .title2,
.shop-pro .sl3 .title2:hover {
    position: relative;
    top: auto;
    bottom: auto;
    font-weight: normal;
    line-height: 16px;
    color: white;
    padding: 10px;
}

.shop-pro .sl3 .title3 {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.shop-pro .sl3 .title3 button {
    background: #FC5609 0 0 no-repeat padding-box;
    box-shadow: 0 1px 1px #00000040;
    border-radius: 4px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 800;
    height: 66px;
    padding: 0 35px;
}

@media (min-width: 768px) {

    .shop-pro > .container:first-child .row {
        padding-bottom: 10px;
    }

    .shop-pro .sl3 ul li a {
        width: 291px;
    }
}

@media (min-width: 992px) {

    .shop-pro.sl3-wrap {
        padding-bottom: 40px;
    }

    .shop-pro > .container:first-child .row {
        padding-bottom: 22px;
    }

    .shop-pro .sl3 .title1 {
        top: 35px;
        font-size: 32px;
    }

    .shop-pro .sl3 ul li a {
        width: 544px;
    }

    .shop-pro .sl3 .title3 {
        bottom: 32px;
    }
}