#videocontainer {
  position: relative;
  margin: 10px 0px 10px 10px;
  max-width: 1024px;
  padding: 0px;
  border-bottom: solid 1px #000;
}

#vidbg, #buffering {
  max-width: 100%;
/*  max-height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
}

#buffering {
  top: 1.9em;
  margin: 50px 180px;
  z-index: 10;
}

.video-js {
  max-width: 100%;
}

#vidtime,#weather {
  padding: 6px 0px 4px 20px;
  text-align: left;
}

#fullscreen {
  padding: 4px 20px 6px 0px;
  text-align: right;
}

#fullscreen a {
  text-decoration: none;
  color: #000;
}

.row {
  vertical-align: middle;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.col {
    box-sizing:border-box;
    padding:0px;
    margin: 0px;
    float: left;
    width: 50%;
}

.colright {
  padding: 0px 20px 0px 0px;
  text-align: right;
}

button {
  height: 2.2em;
  margin: 2px;
  cursor: pointer;
}

button img {
  height: 1.9em;
}

.wrapper {
    overflow-x: hidden;
    max-width: 100%;
    background-color: #fff;
}

@media only screen and (max-width: 660px) {
  #videocontainer {
  margin: 10px 0px 0px 0px;
  }
}
