.card figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.btn {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 0.6rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    outline: none !important;
}
