html,
body {
    overflow-x: hidden;
}

.climax-hover {
    transition: .7s ease;
    cursor: pointer;
}

.climax-hover:hover {
    transform: scale(.95);
    opacity: .8;
}