body {
  background-image: url(/images/backg3.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullheight {
  padding-bottom: 100%;
  margin-bottom: -100%;
}

.chat {
 background-color: #fff;
 opacity: 0.8;
 font-size: 0.8em;
 font-color: #22183d;
 text-align:left;
 vertical-align:top;
}

.scrollable {
 overflow-y: auto;
 max-height: 400px;
}

.logo {
    width:100%;
    text-align:left;
}

.img {
    max-width: 100%;
    height: auto;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.jw-flag-fullscreen .jw-logo {
    width: 300px !important;
    height: 150px !important;
}
