@import "poster";

.vjs-panorama{
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  user-select: none;

  & *{
    box-sizing: border-box;
  }

  &__tech{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  &__controlbar{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    list-style-type: none;
    background: linear-gradient(transparent,rgba(0,0,0,.35));
    z-index: 1;
  }
}