.btn-circle {
    border-radius: 50%;
}

.btn-sm-circle {
    border-radius: 50%;
}

.btn-transparent-50 {
    opacity: 0.5;
    border: none;
}

.btn-transparent-50:hover {
    opacity: 1.0;
}

.btn-middle {
    margin-top: -50%;
    margin-bottom: -50%;
}
