.well:hover img {
    filter: brightness(1.2);
    transform: scale(1.05);
    box-shadow: 0px 16px 20px 8px #0000007a !important;
    z-index: 100000;
}

.well:hover h5 {
    opacity: 0.5;
}

.well img {
    width: 100%;
    height: 100%;
    height: 200px;
    object-fit: cover;
    max-height: 200px;
    border-radius: 12px;
    transition: 0.35s;
}

h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.35s;
}

@media screen and (min-width: 1400px) {
    .well {
        width: calc((100% / 4) - 15px);
    }
}

@media screen and (max-width: 1400px) {
    .well {
        width: calc((100% / 3) - 15px);
    }
}

@media screen and (max-width: 1100px) {
    .well {
        width: calc((100% / 2) - 15px);
    }
}

@media screen and (max-width: 900px) {
    .well {
        width: calc((100% / 1) - 15px);
    }
}

.btn.btn-danger.type2 {
    border-radius: 50px !important;
    border-color: transparent !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 1px solid #ffffff12 !important;
    background: #ffffff0f !important;
    background-size: 110% 100% !important;
    background-position: center center !important;
}

.btn.btn-danger.type2:hover {
    background: #ffffff08 !important;
}