/*	WRAPPER	*/
.masonry-wrapper {
	margin: 0 auto;
}
	.grid-sizer {
		width: 23%;
	}
	.grid-sizer-3 {
		width: 31%;
	}
	.masonry-item { 
		width: 23%; 
		border-radius: 7px;
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 7px;
	}
		.medias-item.masonry-item {
			background-color: #ffcb05;
		}
		.medias-item.masonry-item .picture-wrapper {
			border-radius: 7px;
		}
	.grids-wrapper.by3 .masonry-item { width: 31%; }
	.masonry-item--width2 { width: 466px; }
