body {
	background-color: cyan;
    padding: 10px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

/* video */
#videodiv {
    position: relative;
    width: 360px;
    height: 200px;
}

#video1 {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain; /* Not necessary in Chrome */
}

#controls {
    background-color: gray;
    position: absolute;
    top: 0;
}

#butgroup {
    display: block;
}

