* {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background: #000;
}

.videolive {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  height: 316px;
  width: 483px;
  margin-top: -15px !important;
}

#spn1,
#spn2,
#spn3,
#spn4,
#hidling {
  position: absolute;
}

.video-1,
.video-2,
.video-3,
.video-4 {
  position: absolute;
  bottom: 22px;
  width: 88px;
  height: 108px;
}

.video-1 {
  left: 54px;
}

.video-2 {
  left: 154px;
  width: 90px !important;
  height: 107px !important;
  bottom: 22px !important;
}

.video-3 {
  left: 258px;
  width: 86px !important;
  height: 107px !important;
  bottom: 22px !important;
}

.video-4 {
  right: 42px;
  width: 85px !important;
  height: 107px !important;
  bottom: 22px !important;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99999999;
  background-image: url("../images/loading.gif"); /* your icon gif file path */
  background-repeat: no-repeat;
  background-size: 50px;
  background-color: #000;
  background-position: center;
}

#stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}
