.uc-hoverbutton a:hover, .uc-hoverbutton button:hover, .uc-hoverbutton button:hover, img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.uc-topbutton button:hover {
    transition: all 0.3s ease
    background: #572116;
    color: white;
    border-color: #572116;
}