*{  
  text-shadow: none !important;
}
body {
  background: #eee;
  font-size: 13px;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative !important;
  overflow: hidden !important;
}

a{
  display: flex;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
a img{
  width: 100%;
  height: auto;
}
#wrapper{
  width: 300px;
  height: 250px;
  position: relative !important;
  overflow: hidden;
}

.border{
  position: absolute;
  z-index: 2000;
}
#border-top{
  width: 100%;
  height: 1px;
  background: #000;
  top:0;
  left: 0;
}

#border-left{
  width: 1px;
  height: 100%;
  background: #000;
  top:0;
  left: 0;
}

#border-right{
  width: 1px;
  height: 100%;
  background: #000;
  top:0;
  right: 0;
}
#border-bottom{
  width: 100%;
  height: 1px;
  background: #000;
  bottom:0;
  left: 0;
}

.hide{
  display: none;
}

div img{
  width: 100%;
}
.vdo-main-container{
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.vdo-container{
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
}

#player{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#player video{
  width: 100%;
}

button{
  border-width: 0;
  padding: 0;
  background-color: #00000000;
  cursor: pointer;
  font-family: inherit;
}

button:focus {outline:0;}