#pw-close-video-container {
  opacity: 1 !important;
}

@media only screen and (max-width: 600px) {
     body:has(.actionable.search-mode) #playwire-video-undock {
        margin-top: 45px !important;
    }

    #tyche_trendi_parent_container > div {
        z-index: 5 !important;
    }
   
    .pw-pos-top.is-docked {
          z-index: 2334567832 !important;
    }

    .visible-header .pw-pos-top.is-docked {
        inset: 40px auto auto 0px !important;
   }
}

.pw-corner-ad-video.pw-hide, 
#corner_top-docked_parent_container.pw-hide {
  display: block !important;
}

/*Making the video stay on the sidebar*/
.pw-corner-ad-video {
    right: unset !important;
   bottom: unset !important;
   top: 0px;
}