.fancybox-video {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-room{
	width: calc(100% + 20px);
	overflow-x: auto;
	margin-right: 30px;
	/*width:100%;*/
	position:relative;    
	
}

.grid-block .gallery-room{
	pointer-events:none;
	
}

.gallery-shelf,
.gallery-shelfz{
    text-align: center;
}

.gallery-room .return-btn{
	display:none;
	background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 15px;
	cursor: pointer;
}

.gallery-room .return-btn svg{
	fill: #000;
}
.mini-img-wrap.video_ctn{
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}