.LiveContent{
  height: 90px;
  //width: 320px;
 //width: 100%;
  position: relative;
 //margin: 0 10px;

}
.liveInset{
  width:94%;
  height: 70px;
  //background-color: #0c8eff;
  display: block;
  //background-position: ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  //padding: 10px 10px;
  //margin: 0 auto;
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%)
}

