/* @media (min-width: 1600px) and (max-width:1920px){
    .hero-single {
        height: 100vh;
        width: 100vw;
      }
} */


@media (min-width: 1600px)  and (max-width: 1920px){
  /* .hero-single {
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center center; 
    height: 70vh; 
    width: 100%; 
  } */

  .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: var(--theme-color);
    color: var(--color-white) !important;
    position: absolute;
    top: 43%;
    left: 47%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.certified {
  padding: 10px 10px;
  text-align: center;
  font-weight: 700;
  color: #da1618 !important;
  width: 94%;
}
  
}