.caption{
    height: 156px;
}

.thumbnail img {
    height: 200px;
}
body {
  margin: 28px;
  overflow: hidden;
  margin: 20px 20px 20px 20px;
}

button {
  margin: 0 3px 10px 0;
  padding-left: 2px;
  padding-right: 2px;
  /*width: 99px;*/
}
h5 {
  /*color: rgb(139,0,0);*/
  color: white;
}
  button:last-of-type {
    margin: 0;
  }
  
  p.borderBelow {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
  
  video {
    position: absolute;
    vertical-align: center;
    padding-bottom: 180px;
    padding-left: 5%;
    --width: 20vw;
    width: calc(var(--width) * 1.5);
    height: calc(var(--width) * 1);
  }
  /*width: calc(var(--width) * 2);
    height: calc(var(--width) * 1.5);*/
  
  video:last-of-type {
    position: absolute;
    /*margin-top: 2%;*/
  }
  
  video#gumVideo {
    position: absolute;
  }

  #final{
    font-family: 'Lucida Console', sans-serif;
  }
  #message{
    font-family: 'Lucida Console', sans-serif;
  }
  #time-left{
    font-family: 'Lucida Console', sans-serif;
  }
  .img-responsive {
    float: right;
    position:fixed;
    top: 25%;
    left: 60%;
    transform: translate(10%);
  }
  .big-text {
    z-index: 1;
    top: 10%;
    left: 90%;
    transform: translate(-70%);
    font-size: 4rem;
    font-family: "Lucida Console";
    color: white;
    /*color: rgb(139,0,0);*/
  }

  .big-text{
    position: absolute;
  }

  .landing {
    min-height: 50vh;
    background-size: cover;
    background-position: right;
    padding: 0rem 8rem;
    float: right;
  }
  @media screen and (max-width: 1024px){
    .img-responsive{
      top:10%;
      width: 40%;
      height: 40%;
  }
  video {
    position: absolute;
    margin-left: 25px;
    vertical-align: center;
    --width: 25vw;
    width: calc(var(--width) * 1.5);
    height: calc(var(--width) * 1);
  }
  video:last-of-type {
    position: absolute;
    margin-top: 10%;
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px){
    .img-responsive{
    top:85%;
    left:70%;
    width: 20%;
    height: 10%;
  }
  video {
    margin-top: 20px;
    
    position: absolute;
    vertical-align: center;
    --width: 100vw;
    width: calc(var(--width) * 1.5);
    height: calc(var(--width) * 1);
  }
  h1 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  video:last-of-type {
    /*position: absolute;
    margin-top: 100px;*/
    margin-left: -34px;
    /*margin-top: 200px;*/
    
    position: absolute;
    vertical-align: center;
    --width: 100vw;
    width: calc(var(--width) * 1);
    height: calc(var(--width) * 1);
  }
}



body {
  margin: 35px;
  overflow: hidden;
}
p.borderBelow {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}  
.btn {
  margin: 0.5em 0.5em;
}

.discount-container{
position: fixed;
top: 0;
left:0;
display: flex;
gap: 30px;
justify-content: center;
align-items: center;
width: 100%;
background: #023047;
background-image: radial-gradient(
  circle 610px at 5.2% 51%,
  rgb(5, 8, 114) 0%,
  rgb(7, 3, 53) 97%,
);
color: #fff;
font-family: "Prompt", sans-serif;
padding: 8px 0;
}

.discount-container .discount-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4px;
}

.discount-container .discount-subheading {
  font-size: 16px;
}

.discount-container .countdown-timer {
  display: flex;
  gap: 16px;
}

.countdown-timer .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.countdown-timer .value {
  background: #fff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  /*width: 24px;*/
  text-align: center;
  border-radius: 4px;
}

.countdown-timer .unit {
  font-size: 13px;
}



@media (max-width: 800px) {
  .discount-container{
    justify-content: flex-start;
    padding-left: 30px;
  }
}

/*smartphones*/
@media (max-width: 640px) {
  .discount-container{
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    gap: 16px;
  }
}