.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.anniversary-profile .profile-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 300px;
    max-width: 300px;
    margin: 0 auto;
}

.anniversary-profile:hover > .profile-text {
    display: block;
}

.anniversary-profile .profile-text {
    position: relative;
    top: -300px;
    width: 100%;
    max-width: 300px;
    height: 300px;
    background-color: rgba(126, 113, 179, 0.8);
    color: white;
    padding: 20px;
    display: none;
    margin: 0 auto;
    margin-bottom: -300px;
}

.anniversary-profile .profile-text p {
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .anniversary-profile .profile-text {
        top: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 300px;
        height: auto;
        background-color: #7E71B3;
        display: block;
    }
}
