
.rhino-btn {
    border: 1px solid;
    bottom: 6%;
    color: #333;
    font-size: 20px;
    line-height: 25px;
    opacity: 0.5;
    position: absolute;
    right: 2%;
    text-align: center;
    width: 35px;
    z-index: 99;
}
.rhino-toggle.rhino-pause.rhino-btn {
    display: none !important;
}
.rhino-btn.rhino-prev {
    margin-right: 45px;
}
.rhino-toggle.rhino-btn.rhino-play {
    display: none !important;
}
.rhino-btn:hover {
    border-color: #333;
    color: #333;
    opacity: 1;
}