// .gallery {
// 	margin-bottom: 1.2em;
// }

// .gallery-item {
// 	display: inline-block;
// 	text-align: center;
// 	vertical-align: middle;
// 	width: 100%;
// 	margin:.5em 0px;

// 	.gallery-caption, .caption{
// 		display:none;
// 	}
	                                

// 	// Loops to enumerate the classes for gallery columns.
// 	@for $i from 2 through 9 {
// 		.gallery-columns-#{$i} & {
// 			max-width: map-get( $columns, $i );
// 		}
// 	}

// 	@media screen and (max-width: 900px) {
		
// 		.wysiwyg &{
// 			max-width:32%;
// 			margin-top:0px;
// 			margin-bottom: 5px;
// 			margin-right:2%;
// 			padding:0px;
// 			&:nth-child(3n){
// 				margin-right: 0px;
// 			}
// 			align-items:center;
// 		}
// 	}

// 	img{
// 		vertical-align:top;
// 		transition: 0.5s;
// 	}
	
// 	padding:0px;
// 	padding:0px 10px;

// 	a{
// 		position:relative;
// 		display:inline-block;
// 		outline:0px;
// 		&:focus{
// 			outline:0px;
// 		}

// 			&:after{
// 				border-radius:10px;
// 				content:'';
// 				display:block;
// 				position:absolute;
// 				top:0px;
// 				left:0px;
// 				width:100%;
// 				height:100%;
// 				background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 30%, rgba(0,0,0,0.80) 98%);
// 				opacity:0;
// 				transition:0.35s;
// 			}

// 			&:before{
// 				content: "\e901";
// 				position:absolute;
// 				left:50%;
// 				top:50%;
// 				transform: translate(-50%, -50%) scale(0);
// 				padding:20px;
// 				color:$color__tchatbooster_bleuf;
// 				transition:0.5s;
// 				font-size: 35px;
// 				z-index: 10;
// 		}

// 		&:hover:before{
// 			transform: translate(-50%, -50%) scale(1);
// 		}
// 		&:hover:after{
// 			opacity:1;
// 		}
// 	}
	
// }

// .gallery-caption {
// 	display: block;
// }
// // .mejs-controls{
// // 	opacity:0 !important;
// // }

// // .mejs-container .mejs-controls:hover {
// //   display: none !important;
// //   visibility: hidden !important;
// // }

