body,
html {
	margin: 0;
	background: #fff !important;
	font-family: "Open Sans", sans-serif;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
* {
	box-sizing: border-box;
}
h1,
p {
	text-align: center;
}
p {
	width: 100%;
	max-width: 500px;
}
a:link,
a:hover,
a:active {
	transition: color 150ms;
	color: #95a5a6;
	text-decoration: none;
}
a:hover {
	color: #7f8c8d;
	text-decoration: underline;
}
.contain {
	width: 100%;
}
.row {
	width: 100%;
	cursor: pointer;
}
.row__inner {
	transition: 450ms -webkit-transform;
	transition: 450ms transform;
	transition: 450ms transform, 450ms -webkit-transform;
	font-size: 0;
	white-space: nowrap;
	margin: 15px 0;
	padding-bottom: 10px;
	padding: 0 20px;
	cursor: pointer;
}

.row::-webkit-scrollbar {
	height: 0 !important;
}

.row::-webkit-scrollbar-thumb {
	background-color: #b0bec5;
}

.row::-webkit-scrollbar-track-piece {
	background-color: #0e0f11;
}

.tile {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 230px;
	margin-right: 15px;
	font-size: 20px;
	cursor: pointer;
	transition: 450ms all;
	-webkit-transform-origin: center left;
	transform-origin: center left;
	cursor: pointer;
}
.tile__img {
	width: 100%;
	height: auto;

	cursor: pointer;
}
#tile__insta {
	width: 100%;
	height: initial !important;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
}
.tile__details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	font-size: 10px;
	opacity: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	transition: 450ms opacity;
}
.tile__details:after,
.tile__details:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: #000;
}
.tile__details:after {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	border: 3px solid #ecf0f1;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: #000;
	z-index: 1;
}
.tile__details:before {
	content: "▶";
	left: 0;
	width: 100%;
	font-size: 30px;
	margin-left: 7px;
	margin-top: -18px;
	text-align: center;
	z-index: 2;
}
.tile:hover .tile__details {
	opacity: 1;
}
.tile__title {
	position: absolute;
	bottom: 0;
	padding: 10px;
}
/* .row__inner:hover {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.row__inner:hover .tile {
  opacity: 0.3;
}
.row__inner:hover .tile:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.tile:hover ~ .tile {
  -webkit-transform: translate3d(35px, 0, 0);
  transform: translate3d(35px, 0, 0);
} */
