.ytimage{
  position: absolute;
  width:100%;
  height:100%;
  cursor: pointer;
}

  /*Consent modal css*/
  
  .cookies-details{
    max-height:200px; 
    overflow-y:scroll;
  }
  
  .cookies-details .detail-row{
    margin-top: 0.5rem;
    background: #e3e3e3;
    padding: 0.5rem;
    border-radius: 3px;
  }
  .cookies-details .detail-row .detail-item .category-title{
    width: 100px;
    flex: 0 0 100px;
    text-transform: capitalize;
  }
  .cookies-details .detail-row .detail-item{
    display: flex;
    flex-direction: row;
  }