.ot-videoelement-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
    right:0;
    font-size: 13px;
    padding: 10px 1.25rem;
    text-align: center;
    color: #fff;
    background-color: #666;
    z-index: 2;
}
.ot-videoelement-icon {
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;
    left:0;
    right:0;
    z-index: 3;
}

.ot-videoelement-logo {
    position: absolute;
    z-index: 4;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: opacity 0.25s ease-in-out;
}
.ot-videoelement-logo:hover {
    opacity: 1;
}
.ot-videoelement-logo img{
    width: 100%;
    height: 100%;
}
