@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local(''), url("/assets/fonts/ubuntu-v20-latin-300.woff2") format('woff2'), url("/assets/fonts/ubuntu-v20-latin-300.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: local(''), url("/assets/fonts/ubuntu-v20-latin-300italic.woff2") format('woff2'), url("/assets/fonts/ubuntu-v20-latin-300italic.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local(''), url("/assets/fonts/ubuntu-v20-latin-500.woff2") format('woff2'), url("/assets/fonts/ubuntu-v20-latin-500.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: local(''), url("/assets/fonts/ubuntu-v20-latin-500italic.woff2") format('woff2'), url("/assets/fonts/ubuntu-v20-latin-500italic.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local(''), url("/assets/fonts/ubuntu-v20-latin-700.woff2") format('woff2'), url("/assets/fonts/ubuntu-v20-latin-700.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: local(''), url("/assets/fonts/ubuntu-v20-latin-700italic.woff2") format('woff2'), url("/assets/fonts/ubuntu-v20-latin-700italic.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
p {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}
h1,
h2,
h3 {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}
a {
  color: #3f4aa4;
}
video {
  max-height: 75vh;
}
.player {
  max-width: 800px;
  position: relative;
  overflow: hidden;
}
.player:hover .progress {
  height: 10px;
}
.player:hover .player-controls {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 0;
}
.player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}
.player:-webkit-full-screen,
.player:fullscreen {
  max-width: none;
  width: 100%;
}
.play-btn {
  flex: 1;
}
.player-video {
  width: 100%;
  display: block;
}
.player-btn {
  background: none;
  border: 0;
  color: #fff;
  text-align: center;
  max-width: 60px;
  padding: 5px 8px;
}
.player-btn svg {
  fill: #fff;
}
.player-btn:hover,
.player-btn:focus {
  border-color: #ffec41;
  background: rgba(255,255,255,0.2);
}
.restart-btn {
  line-height: 16px;
  height: 16px;
  background: none;
  border: 0;
  color: #fff;
  margin-top: -2px;
  text-align: center;
  max-width: 60px;
  padding: 3px 8px 8px 8px;
}
.player-slider {
  width: 10px;
  height: 30px;
}
.player-controls {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -5px;
  width: 100%;
  -webkit-transform: translateY(100%) translateY(-5px);
          transform: translateY(100%) translateY(-5px);
  transition: all 0.3s;
  flex-wrap: wrap;
  background: rgba(0,0,0,0.3);
}
.player-controls > * {
  flex: 1;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0,0,0,0), 0 0 1px rgba(13,13,13,0);
  background: rgba(255,255,255,0.5);
  border-radius: 10px;
  border: 0.2px solid rgba(1,1,1,0);
}
/* main begin */
body {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  margin: 0;
  padding: 0;
  background-color: #fcfcfc;
  background: linear-gradient(to bottom, #fff, #efefef);
  color: #555;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}
header {
  background-color: #fff;
  grid-column-start: 2;
  grid-column-end: 4;
}
footer {
  background-color: #ccc;
  grid-column-start: 1;
  grid-column-end: 4;
}
.content {
  foo: bar;
}
/* main end */
/*# sourceMappingURL=main.css.map */