If you are loading videos via the WordPress SmartSlider plugin, you may have issues with the consent blocker. If this is your case, try adding the following css:


<style>

.uc-embedding-container {
z-index: 1000 !Important;
top: 0px !Important;
position: absolute !important;
}

.uc-embedding-wrapper {

top: 20% !important;

width: 90% !important;

}



@media (max-width: 767px) {

.uc-embedding-wrapper {

top: 30% !important;

}

.uc-embedding-wrapper h3, .uc-embedding-wrapper p, .uc-embedding-wrapper span{

font-size: 0.8rem !important;

}

.uc-embedding-accept, .uc-embedding-more-info {

font-size: 0.8rem !important;

width: 40% !important;

height: 20px !important;

}

}

</style>


This helps place the blocker message into the front, allowing users to interact with the blocker message.