html, body {
	position: relative;
  	overflow-x: hidden; font-family: 'Roboto', sans-serif !important;
  }

.clear-fix {
	clear: both;
}

.masonry-container {
           max-width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 28px;
    overflow: auto;
}

 @media only screen and (max-width: 1280px){
.masonry-container {
        max-width: 100%;	position: relative;
	margin: 0 auto;
	margin-top: 50px;
}
}

 @media only screen and (max-width: 950px){

.masonry-container {     max-width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}}
.panel {
	position: relative;
	display: inline-block;
float: left;
    width: 31%;	height: calc((59vw - 60px)/3);
	margin-left: 20px;
	margin-bottom: 20px; 
	cursor: pointer;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease-out;
}

 @media only screen and (max-width: 950px){
.panel {
	     position: relative;
    display: inline-block;
    width: auto;
    height: calc((70vw - 0px)/1);
    margin-bottom: 20px;
    margin-left: 0;
    cursor: pointer;
    box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 30%);
    transition: all 0.2s ease-out;
}
}

 @media only screen and (max-width: 950px){
.panel:nth-child(11n+4) {
    margin-left: 0 !important;
    width: auto !important;
    height: calc((70vw - 0px)/1) !important;
}
}

 @media only screen and (max-width: 950px){
.panel:nth-child(11n+6) {
    margin-left: 0 !important;
    width: auto !important;
    height: calc((70vw - 0px)/1) !important;
}
}

.panel:hover {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.55);
	transition: all 0.2s ease-out;
}

 

.panel-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden !important;
}

.panel-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
	transition: all 0.3s ease-out;
}

 @media only screen and (max-width: 950px){
.panel-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
	transition: all 0.3s ease-out;
}}



.panel-overlay:hover {
	opacity: 1;
	transition: all 0.3s ease-out;
}



.panel-text {
	position: absolute;
	width: 80%;
	height: 60px;
	margin: 0 auto;
	left: 25px; font-family: 'Roboto', sans-serif;
	bottom: 0;
	z-index: 10;
}

.panel-title {
	font-size: 1em;
	font-weight: 300; 
	letter-spacing: 0;
	color: #fff;
}

.panel-tags {
	padding-top: 2px;
}

.tag-icon-img {
	display: inline-block;
	width: 10px;
	height: auto;
	transform: translateY(2px);
}

.tags-list {
	font-size: 0.55em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
}

.panel-gradient {
	position: absolute;
	width: 100%;
	height: 65%;
	bottom: 0;
	opacity: 0.65;
	z-index: 5;
}

.panel-vingette {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.5;
}

.panel-img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	min-width: 100%;
	height: 100%;
}