#consentBannerHolder{
    display: none;
}
.videoConsent{
  
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #e1e1e1;
    color: #adadad;
    min-height: 200px;
    border-radius: 7px;
    padding: 12px;
    margin-bottom: 4px;
}

@media screen and (min-width: 960px) {
 #consentBannerHolder{
    display: block;
}
}