.c-height {
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
    }

    .c-height a p{
      margin-bottom: 0rem !important;
    }

    @media(min-width: 768px){
      .content-between{
        justify-content: space-between;
      }
    }

    .bg-light{
      background-color: #6e6b6b !important;
    }
    a:hover{
      text-decoration: none;
      color: #e8a7a7;
    }

    #home  a{
      color: #ffffff;
    }

.local-video, .video{
    width: 100%;
    height: 400px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 5px;
}

.ytp-cued-thumbnail-overlay-image {
  display: none !important;
}

.video iframe{
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px;
}

@media(max-width: 991px){
  .local-video {
    width: 100% !important;
    height: auto;
  }

  .image{
    width: 100% !important;
    height: 100% !important;
  }
}

@media(max-width: 600px){
  .video{
    height: 300px !important;
  }
}

@media(max-width: 450px){
  .video{
    height: 250px !important;
  }
}

@media(max-width: 400px){
  .video{
    height: 230px !important;
  }
}
@media(max-width: 360px){
  .video{
    height: auto !important;
  }
}

.cover {
   object-fit: cover;
   width: 100%;
   /*height: 300px;  optional, you can remove it, but in my case it was good */
}