﻿.album-container {
    max-width: 1300px;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}

.uni-container {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    height: 305px;
    margin: 10px;
    text-transform: uppercase;
}

.uni-container__image {
    min-width: 100%;
    min-height: 100%;
}

.uni-container__text-block {
    font-family: 'Roboto Regular', sans-serif;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    font-size: 15px;
    transition: 0.4s ease;
}

.uni-container:hover .uni-container__text-block {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
}

.uni-container a {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 15px;
    font-weight: 900;
}