body {
  margin: 0 !important;
  float: left;
  width: 100%;
}

img {
  height: auto;
}

.wrap_svl_center_box {
  display: block;
}

.toggle-chat {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 100px;
  cursor: pointer;
}

.live-chat {
  display: none;
  width: 500px;

  position: fixed;
  bottom: 0;
  right: 0;
}

.live-chat .close-chat {
  position: absolute;
  top: 30px;
  right: 25px;

  width: 60px;
  border-radius: 100%;

  cursor: pointer;
}

.live-chat img,
.toggle-chat img {
  width: 100%;
  height: auto;
}

.background-parallax {
  z-index: -1;

  position: absolute;
  left: 0;

  width: 100%;
}

.background-parallax img {
  width: 100%;
}
