.video-js .vjs-tech {
    top: 0;
    left: 0;
    min-width: auto;
    min-height: auto;
}
.video-js+.loader, .video-js~.break {
    top: 72%;
}
.vjs-stoloto-skin .vjs-control {
    min-width: auto;
}
.video-js .vjs-volume-panel,.vjs-progress-control{
    display: none!important;
}

.technical_problems * {
    font-family: Roboto, sans-serif;
}

.technical_problems {
    background-color: #131313;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 300;
    height: 100%;
    left: 0;
    line-height: 1.2;
    position: absolute;
    top: 0;
    width: 100%;
}

.technical_problems_wrapper {
    left: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 75%;
}

.technical_problems_wrapper .image {
    margin-bottom:  5px;
}

.image img {
    height: 95px;
}

.technical_problems h2 {
    font-weight: 300;
    margin-top: 0;
    font-size: 16px;
    color: #fff;
}

.technical_problems .technical_problems_text {
    font-size: 12px;
}