.container-fluid {
    width: 100%;
}

.media {
    background-position: center;
    background-size: contain;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}

figure {
    height: 250px;
    overflow: hidden;
    position: relative;
}



figure:hover .media {
    transform: scale(1.1);
}

figcaption {
    color: #252830;
    height: 75%;
    margin: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
}

svg {
    height: inherit;
    width: inherit;
}

svg text {
    text-anchor: middle;
}

svg #alpha {
    fill: rgb(255, 255, 255);
}

svg .title {
    font-size: 2rem;
    letter-spacing: 5px;
    font-weight: bolder;
}

svg #base {
    fill: white;
    -webkit-mask: url(#mask);
    mask: url(#mask);
}

svg #base2 {
    fill: white;
    -webkit-mask: url(#mask2);
    mask: url(#mask2);
}

.body {
    background-color: rgba(0, 0, 0, 0.265);
    bottom: 0;
    padding: 15px;
}