.tag-card-image {
height: 200px;
width: 100%;
object-fit: cover;
}
.VideoPlayer .video-js {
width: 100%!important;
}
.VideoPlayer .vjs-fullscreen .vjs-tech {
object-fit: cover;
}
@media (min-width: 576px) and (max-width: 960px) {
 .wall-item {
   width: 50%;
   height: auto;
 }
}
@media (min-width: 961px) and (max-width: 1920px) {
 .wall-item {
   width: 33.33%;
   width: 50%;
   height: auto;
 }
.wall-item:hover::before {
   opacity: 0;  
 }

 .wall-item:hover .wall-item-container {
   transform: scale(1.1);
 }
}
@media (min-width: 1921px) and (max-width: 2560px) {
 .wall-item {
   width: 33.33%;
   height: auto;
 }
.wall-item:hover .wall-item-container {
   transform: scale(1.3);
 }
}
.wall-item {
    max-height: unset;
    height: auto;
    max-width: unset;
}
body.clientmode .VideoPlayer {
	position: fixed;
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  z-index: 100000000;
}
body.clientmode .video-wrapper {
	position: fixed;
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  z-index: 100000000;
}
body.clientmode
{
overflow: hidden;
}
