    .video-container {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 ratio */
      height: 0;
      overflow: hidden;
      max-width: 100%;

    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }


/*    .announcement-carousel {
      background-color: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
      padding: 10px 0;
    }*/

    .carousel-item {
      text-align: center;
      font-weight: 500;
      font-size: 1.1rem;
      color: #212529;
      margin: 3px;
    }

    .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;

    }

    .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    }



    .list-group-item {
      border: none;
    }

/*    .cart-count {
      font-size: 13px;
      background: purple;
      color: #fff;
      border-radius: 50px;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 2px;
      z-index: 4;
      position: relative;
      top: -10px;
      left: -10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }*/

    #waitlist {
      max-width: 600px;
      box-shadow: 0px 4px 20px 8px lightgrey;
      border-radius: 20px;

    }


    .checked {
      color: orange;
    }


    #button {
      display: inline-block;
      border-radius: 4px;
      background-color: #f4511e;
      border: none;
      color: #FFFFFF;
      text-align: center;
      min-width: 200px;
      padding: 10px;

      transition: all 0.5s;
      cursor: pointer;
      margin: 5px;
    }

    #button span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

    #button span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }


    

    #button:hover span {
      padding-right: 25px;
    }

    #button:hover span:after {
      opacity: 1;
      right: 0;
    }
    

      .pointer {
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 30px solid red;
      margin: 0 auto;
      margin-top: -20px;
      position: relative;
      top: 13px;
      z-index: 2;
    }

    .spin {
      margin-top: 30px;
      font-size: 18px;
      /*padding: 10px 25px;*/
      background-color: #86398f;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
    }

    .result {
      font-size: 20px;
      margin-top: 20px;
      font-weight: bold;
    }


    