ul, li, p, h1, h2 {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
	font-family: Roboto, sans-serif;
}

#artistica-intro {
	display: flex;
}

#artistica-intro > img {
	width: 50%;
}

#artistica-intro img {
	max-width: 100%;
	height: auto;
}

#artistica-intro-copy {
	margin: 0 25px;
}

#artistica-intro-copy > img {
	width: 400px;
	margin-bottom: 30px;
}

#artistica-intro-copy p {
	line-height: 26px;
	font-size: 16px;
	color: #727171;
}

#artistica-collections h1 {
	font-size: 25px;
	margin: 40px 0 25px 0;
	text-align: center;
	background-color: #e1e1e1;
	padding: 10px 20px;
	font-weight: 300;
}

#artistica-collections .gbl-collections {
	display: flex;
	flex-wrap: wrap;
}

#artistica-collections .gbl-collections > div {
	width: 25%;
	padding: 10px 5px 0 5px;
}

#artistica-collections .gbl-collections > div a {
	position: relative;
	color: #fff;
	display: block;
}

#artistica-collections .gbl-collections > div img {
	width: 100%;
	height: auto;
	display: block;
}

#artistica-collections .gbl-collections > div span {
	font-size: 16px;
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	bottom: 0;
	padding: 10px;
	background-color: rgba(0,0,0,.5);
}

#artistica-collections .gbl-collections > div.gbl-collections-thumbnail p {
    background-color: rgba(0, 0, 0, 0.55);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
    padding: 2.1%;
    margin-top:5px;
}

@media screen and (max-width: 1024px) {
	#artistica-collections .gbl-collections > div {
		width: 33.333%;
	}
}

@media screen and (max-width: 767px) {
	#artistica-intro {
		flex-direction: column;
	}
	
	#artistica-intro > img {
		width: 100%;
		margin-top: 30px;
		order: 2;
	}

	#artistica-collections .gbl-collections > div {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	/*#artistica-collections .gbl-collections > div li {
		width: 100%;
	}*/
}