				.bxc_bxcmodal_frame{
					font-family: 'Arial';
					position: fixed;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(0,0,0,0.8);
					z-index:999998;
				}

				.bxc_bxcmodal_frame_container{
					position: relative;
					top: 5%;
					left: 5%;
					height: 90%;
					width: 90%;
					color:#1c1c1c;
					text-align: center;
				    display: flex;
				    justify-content: center;
				    flex-direction: column;
				}

				.bxc_bxcmodal_frame_container img{
					width: auto;
					max-height: 80vh;
				}

				.bxc_bxcmodal_frame_container_close{
					position: absolute;
					right: 5px;
					top: 5px;
					background-color: #1c1c1c;
					color: #fff;
					border-radius: 5px;
					width: 30px;
					height: 30px;
					text-align: center;
					cursor: pointer;
					padding: 5px;
				}

				.bxc_bxcmodal_frame_container_close svg{
					width: 25px;
					height: 25px;
				}

				.bxc_bxcmodal_frame_vertical, .slide{
					width: 100%;
					height: 100%;
				}
				.bxc_bxcmodal_frame .tns-outer{
					min-width: 80vw;
				}
				.bxc_bxcmodal_frame .slide{
					display: none;
				}

				.slide.active{
					display: block;
				}

				.slide_interior{
					display: flex;
					align-items: center;
					flex-direction: column;
					justify-content: center;
					background-repeat: no-repeat;
				}

				.bxc_bxcmodal_frame_container_close svg{
					padding: 3px;
				}

				.bxc_bxcmodal_frame_container_bg_solid{
					background-color: rgba(255,255,255,0.9);
				}

				.bxc_bxcmodal_frame_container.bxc_bxcmodal_frame_container_bg_solid{
					display: flex;
					align-items: center;
					flex-direction: column;
					justify-content: center;
				}

				.bxc_bxcmodal_arrow_prev{
					position: absolute;
					left: 10px;
				}

				.bxc_bxcmodal_arrow{
					cursor: pointer;
				}

				.bxc_bxcmodal_arrow_next{
					position: absolute;
					right: 10px;
				}

				.bxc_mobile{
					display:none;
				}

				@media (max-width: 780px) {
					.bxc_mobile{
						display:block;
					}

					.bxc_desktop{
						display:none;
					}
				}