
.video-cont {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 40px;
    /* background-color: var(--blue); */
    background: rgb(32,175,229);
    background: radial-gradient(circle, rgba(32,175,229,1) 35%, rgba(16,90,163,1) 100%);
    box-shadow: 0px 0px 16px 2px #3f3f3f;
  }

  .video-sect{
    /* margin-bottom: 50px; */
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .video{
    display:block;
    width:318px;height:180px; 
    margin:20px 1.5% 20px 20px;
    border-radius: 8px;
    /* border: 1px solid black; */
}

.consult-click {
    background-color: var(--lightblue);
    border: 2px outset #007bff;
    /* display: block;
    margin: 25px auto 0; */
    color: var(--white);
    text-shadow: 1px 1px 1px var(--black);
    box-shadow: 0 10px 6px -6px #222222;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 10px;
  }

  .consult-button{
    text-align: center;
    /* margin: 2em 1em; */
    margin-bottom: 1em;
  }

  .animateAdjust{
    padding-bottom: 40px;
    margin-top: -40px;
  }

  .loyalty-title {
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid lightgray;
    padding-top: 10px;
  }

  .dollar-sign {
    color: green;
    font-weight: bold;
  }

  .dollar-amount {
    font-weight: bold;
  }

  .reward-cont {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 12px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
  }

  .reward-only {
    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
  }

@media screen and (min-width:480px){
    .video{width:375px;height:212px}
}

@media screen and (min-width:600px){
    .video{width:480px;height:270px}
}

@media screen and (min-width:899px) {
    .video{width:720px;height: 406px;} 
}

@media screen and (max-width: 900px){
    .video{margin: 20px auto 24px auto;}
}

/* #beat{ 
    animation: 6s linear 0s normal none infinite pulse; 
  }
  @keyframes pulse{
      0%   { transform: scale(1); }
      10%  { transform: scale(1.1); }
      20%  { transform: scale(1); }
      40%  { transform: scale(1); }
      47%  { transform: scale(1.1); }
      55%  { transform: scale(1); }
      62%  { transform: scale(1.1); }
      69%  { transform: scale(1); }
      100% { transform: scale(1); }
  } */