.og-grid {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
  font-size: 0;
}

.og-grid li {
	display: inline-block;
  float: none !important;
	vertical-align: top;
  font-size: 1rem;
  padding-bottom: 20px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-expander {
	position: absolute;
	background: transparent;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 100px 74px;
	height: 100%;
}

@media (max-width: 47.999rem) {
    .og-expander-inner {
        height: auto;
    }
}

.og-close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 2px;
	background: #4A4A4A;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
    overflow: visible;
}

.og-fullimg {
	text-align: center;
    overflow: hidden;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details {
  text-transform: none;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}


@media screen and (max-width: 650px) {
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
}

.og-grid .wrapper {
  overflow: hidden;
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 20 0px;
}

.og-grid .slick-work-slider {
  transition: left 400ms ease;
  position: absolute;
  left: 0;
}

.og-grid .slick-work-slide {
  display: inline-block;
  float: left;
  width: 40vw;
}

.og-grid h3.expander-title {
  margin-bottom: 0.25em;
  font-weight: bolder;
}

.og-grid .expander-quote {
  font-style: italic;
}

.slick-nav-left {
  background: url("images/bg-slick-arrow-left.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  left: 0;
  z-index: 9999;
  cursor: pointer;
}

.slick-nav-right {
  background: url("images/bg-slick-arrow-right.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
