.navbar-brand-inner .logo-default{
    max-height : 90px;
}

.navbar-brand-inner {
    max-height : 40px;
}

.StreamInfos {
    position: absolute;
    right: 20px;
    top: 60px;
    color: white;
    opacity: 0;
    transition: 1s;
    text-align: right;
    background: rgba(0,0,0,0.2);
    padding: 5px;
}

.fancy-box-contents:hover .StreamInfos {
    opacity: 1;
    transition : 1s;
}
