html, body {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F4F4F4;
}

body {
    min-height: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*override the vjs mute/sound play/pause icons because they don't work in IE and the client*/
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    background-image: url(../images/volume_off_white_18dp.svg);
    content: '' !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    background-image: url(../images/volume_up_white_18dp.svg);
    content: '' !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.vjs-paused.vjs-play-control .vjs-icon-placeholder:before, .vjs-big-play-button .vjs-icon-placeholder:before {
    background-image: url(../images/play_white.svg);
    content: '' !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.vjs-playing.vjs-play-control .vjs-icon-placeholder:before {
    background-image: url(../images/pause_white.svg);
    content: '' !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.tron-player-replay-container:after {
     background-image: url(../images/refresh_white.svg);
    content: '' !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

#lb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 728px;
    height: 90px;
}

#lbIframe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 728px;
    height: 90px;
}

.container {
    padding-top: 30px;
}
