#buffering {
    opacity: 0; 
    position: absolute;
    top: 2em;
    left: 4px;
    transition: .5s ease;
  }

#buffering img {
    max-width: 990px;
    max-height: 557px;
}

#videocontainer {
    display: flex;
    flex-direction: column;
    width: 99%;
    padding: 4px 4px 20px 4px;
    position: relative;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 4px;
    padding: 0px;
    align-self: center;
}

#mute {
        height: 1.7em;
        cursor: pointer;
}

.cleft {
    flex: 1;
    align-self: center;
    height: 100%;
    padding: 0px 4px;
}

.cright {
    flex: 1;
    text-align: right;
    align-self: center;
    height: 100%;
    padding: 0px 4px;
}

.mute {
    align-self: center;
}

@media only screen and (max-width: 660px) {
    .row {
        width: 99%;
    }
    #buffering img {
        max-width: 100%;
    }
}
