.bg-red {
  background-color: #e81111;
}

.video1 {
  width: 1000px;
  height: 563px;
}

@media (max-width: 1319px) and (min-width: 980px) {
  .video1 {
    width: 720px !important;
    height: 405px !important;
  }
}

@media (max-width: 979px) and (min-width: 600px) {
  .video1 {
    width: 480px !important;
    height: 270px !important;
  }
}

@media (max-width: 599px) and (min-width: 100px) {
  .video1 {
    width: 320px !important;
    height: 180px !important;
  }
}

.submit-poll {
  background-color: #ffff36;
  color: #000;
  border: 2px solid #000;
  font-family: 'Komika Display Kaps';
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.submit-poll:hover {
  background-color: red;
  color: white;
  border: 2px solid red;
}

.radio-style1 {
  font-family: 'Komika Display Kaps';
  font-size: 21px;
  margin-right: 20px;
  float: left;
}

@media (min-width: 100px) and (max-width: 600px) {
  .radio-style1 {
    font-family: 'Komika Display Kaps';
    font-size: 18px;
    margin-right: 12px;
    float: left;
  }
}

.member-poll-question {
  font-family: 'Komika Display Kaps';
  font-size: 24px;
}

.member-poll-graphic {
  z-index: 10 !important;
  max-height: 240px;
  position: absolute;
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-graphic {
    z-index: 10 !important;
    max-height: 120px;
    margin-left: 40px;
    position: absolute;
  }
}

.member-poll-box {
  position: absolute;
  background-color: #ffff36;
  border: 3px solid #000;
  min-height: 100px;
  max-width: 600px;
  top: 20px;
  left: 280px;
  z-index: 5;
  padding: 10px;
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-box {
    position: absolute;
    background-color: #ffff36;
    border: 3px solid #000;
    min-height: 100px;
    top: 30px;
    left: 20px;
    margin-right: 20px;
    z-index: 5;
    padding: 5px;
  }
}

.members-headline {
  color: #b1ed0e;
  font-family: 'Komika Display Kaps';
  float: right;
  width: 70%;
  padding: 20px;
  padding-right: 60px;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: right;
  margin-right: 70px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  background-color: #0045b6;
}

.counter {
  color: #b1ed0e;
  font-family: 'Komika Display Kaps';
  float: right;
  width: 60%;
  padding: 20px;
  padding-right: 0px;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: center;
  margin-right: 100px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  background-color: #0045b6;
    opacity:0;
}

@media (min-width: 401px) and (max-width: 800px) {
  .counter {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 15px;
    padding-right: 30px;
    font-size: 32px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 70px;
    top: 40%;
    transform: translateY(-40%);
    position: relative;
    background-color: #0045b6;
  }
}

@media (min-width: 100px) and (max-width: 400px) {
  .counter {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 10px;
    padding-right: 30px;
    font-size: 26px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 20px;
    top: 40%;
    transform: translateY(-40%);
    position: relative;
    background-color: #0045b6;
  }
}

.check-in {
  color: #b1ed0e;
  font-family: 'Komika Display Kaps';
  float: right;
  width: 60%;
  padding: 16px;
  padding-right: 0px;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: center;
  margin-right: 100px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  background-color: #0045b6;
  display:none;
}

@media (min-width: 401px) and (max-width: 800px) {
  .check-in {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 8px;
    padding-right: 30px;
    font-size: 32px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 70px;
    top: 35%;
    transform: translateY(-35%);
    position: relative;
    background-color: #0045b6;
  }
}

@media (min-width: 100px) and (max-width: 400px) {
  .check-in {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 2px;
    padding-right: 30px;
    font-size: 32px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 20px;
    top: 40%;
    transform: translateY(-40%);
    position: relative;
    background-color: #0045b6;
  }
}

.join-club-container {
  max-width: 880px;
  height: 350px;
  position: relative;
  margin: auto;
}

span.send, span.receive {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:none;
}




@media (min-width: 100px) and (max-width: 400px) {
  .join-club-container {
    max-width: 880px;
    height: 180px;
    position: relative;
    margin: auto;
  }
}

.join-bg {
  position: absolute;
  width: 100%;
}

.check-in-graphic {
  width: 60%;
}

.join-characters {
  z-index: 10;
  width: 40%;
  position: absolute;
}

.member-poll-container {
  max-width: 870px;
  position: relative;
  margin: auto;
}

.member-poll-question {
  margin-left: 60px;
  margin-bottom: 0px;
  font-family: 'Komika Display Kaps';
  font-size: 24px;
  float: left;
}

.member-poll-entries {
  margin-left: 60px;
  margin-bottom: 0px;
  font-family: 'Komika Display Kaps';
  font-size: 24px;
  float: left;
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-entries {
    margin-left: 20px;
    margin-bottom: 0px;
    font-family: 'Komika Display Kaps';
    font-size: 24px;
    float: left;
  }
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-question {
    margin-left: 20px;
    margin-top: 90px;
    font-family: 'Komika Display Kaps';
    font-size: 21px;
  }
}

.submit-button {
  clear: both;
}

.member-poll-winner {
  color: red;
  font-family: 'Komika Display Kaps';
  font-size: 44px;
  margin-left: 60px;
  margin-right: 20px;
  margin-bottom: 10px;
  clear: both;
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-winner {
    color: red;
    font-family: 'Komika Display Kaps';
    font-size: 36px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    clear: both;
  }
}

.member-poll-others {
  float: left;
  margin-right: 15px;
}

.formContainer {
  display:none !important;
}

@media (max-width: 500px) {
    /*
    .heightDiv {
        padding-top: 20vw;
    }
    */
}