* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}

.popmain {
  position: fixed;
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999999999999800000000000000000000000;
}

.popmain .popup {
  color: #ffffff;
  width: 350px;
  height: 300px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  padding: 0;
  text-align: center;
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', sans-serif;
}

.popmain .popup .popupinn {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popmain .popup .popupinn.logobg {
  background: rgba(47, 2, 1, 0.7) !important;
  height: 100%;
  width: 100%;
}

.popmain .popup .popupinn.formbg {
  background: rgba(67, 2, 6, 0.7) !important;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popmain .popup img {
  width: 70%;
}

.popmain .popup .yesno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popmain .popup .button {
  font-size: 16px;
  padding: 10px 25px;
  margin: 10px;
  width: 150px;
  max-width: 100%;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  position: relative;
  border: 1px solid #fff;
  background-color: #2f0201;
  cursor: pointer;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  /*&:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: -100%;
                background-color: transparent;
                top: 0;
                z-index: -1;
                transition: 0.7s;
                transform: skewX(-30deg);
            }*/
}

.popmain .popup .button:hover {
  /*box-shadow: 3px 3px 0 -2px #ffffff,3px 3px 0 0 #990000;*/
  -webkit-box-shadow: 0.3rem 0.3rem #420200, -0.3rem -0.3rem #420200;
          box-shadow: 0.3rem 0.3rem #420200, -0.3rem -0.3rem #420200;
  /*color: #2f0201;
                background-color: #fff;  */
  border: 1px solid #2f0201;
}

.popmain .popup .lineDivi {
  width: 80%;
  background-image: url(../images/divider-wine.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
}

.popmain .popup .poptop {
  font-size: 20px;
  line-height: 24px;
  padding: 0 35px;
}

.popmain .popup .popbottom {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 0 10px;
}

.popmain .popup #drink-error {
  color: #990000;
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    left: 50%;
    /* % of surrounding element */
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .popmain .popup {
    width: 75%;
    min-height: 60%;
    height: auto;
    max-height: 450px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
