.gallery_button:hover {
    background-color: #e14545 !important;
    color: #ffffff !important;
    transition: background-color 300ms ease, color 300ms ease;
}

.top_menu_button:hover {
    color: #a8a8a8;
}

.top_menu_button:active {
}

.top_menu_button:focus {
    color: #ffffff;
    background-color: #181818 !important;
}

.gallery_preview_image:hover {
    transform: scale(1.1, 1.1);
    transition: transform 500ms ease-out;
}

.reference_span:hover {
    background-image: url('../__assets/published/01%20-%20Tiny%20Boobs%20Giant%20Tits%20History/cover.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 100%;
    display: flex;
}