.list-group-item{background:none !important;color:var(--prim) !important}.list-group{background:none !important}.btnOutlined{border: 1px solid var(--prim) !important; padding: 0.5em 0.75em; border-radius: var(--border-radius);}.gap{margin-top: 120px;}.card-body{color:var(--prim)}.fs{background-attachment:fixed !important;}.grecaptcha-badge{display:none !important}
.html5-video-container{width:100% !important;height:100%  !important;}
.html5-main-video{left:0 !important;right:0 !important;width:100% !important;height:100% !important;}

.videoWrapper {
  position: relative;
 /*  padding-bottom: 56.25%; 16:9 */
  height: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
.menuTools{
    position: absolute !important;
    right: 5px !important;
    z-index: 99 !important;
}
}