.dz-demo-panel{
	right: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: all .5s ease-in-out;
	z-index: 99999;
}




/* .dz-demo-panel{
    .dz-demo-trigger{
		@include respond ('phone'){
            height:35px;
			width:35px;
			line-height:35px;
			font-size: 22px;
        }
    }
	@include respond ('phone'){	
		.dz-demo-bx{
			height:230px;
		}
	}
} */

.dz-demo-panel .dz-wrapper{
	justify-content: center;
}
.dz-wrapper .column-5{
    padding-left: 15px;
    padding-right: 15px;
}
.dz-demo-panel .bottom-text{
	padding: 0 15px;
}
@media screen and (min-width: 1366px){
	.dz-wrapper .column-5{
		max-width: 20%;
	}
}
@media screen and (max-width: 1366px){
	.dz-wrapper .column-5{
		margin-bottom: 35px;
	}
	.dz-demo-panel .dz-demo-content {
		height: calc(100vh - 170px);
	}
}
@media screen and (max-width: 591px){
	.dz-demo-panel .dz-demo-inner {
		padding: 20px 5px;
	}
	.dz-demo-panel .dz-demo-bx {
		height: 300px;
	}
	.dz-wrapper .column-5 {
		margin-bottom: 20px;
	}
	.dz-demo-panel .dz-demo-header {
		margin-bottom: 25px;
	}
	.dz-demo-panel .dz-demo-content {
		height: calc(100vh - 150px);
	}
	.dz-demo-panel .bottom-text{
		font-size: 13px;
	}
}