figure .ryt-align {
	position: absolute !important;
    left: 38% !important;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: none;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 51%;
    max-height: 100%;
    width: 9%;
    text-align: center;
    cursor: pointer;
    float: right;
}


.left-hover-bg {float: left !important;}



.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    width: 50% !important;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
	z-index:5;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	    word-spacing: 1.5px;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



figure.effect-sarah img {
    max-width: none;
   
		
		
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 331px;
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    /* transform: translate3d(-30px,0,0) scale(1.12); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 331px;

}

figure.effect-sarah:hover img {
	
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: left;
    padding-left: 47px;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0px;
    FONT-SIZE: 14PX;
    PADDING-TOP: 0;
    font-weight: bold;
}
figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 0px 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    PADDING-LEFT: 0PX;
    FONT-SIZE: 14PX;
    text-transform: initial;
   font-size: 12px;
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #9b242300;
    padding: 12px 0px;
}
@media only screen and (max-width: 768px){ 
.left-hover-bg {float:none !important;}
.grid figure {
   
    margin-left:0px !important;margin: -5px 0 !important;
	   
}
figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0px;
    FONT-SIZE: 12PX;
    PADDING-TOP: 0;
    font-weight: bold;
    padding-left: 0px;
}
figure.effect-sarah figcaption {
    text-align: left;
    padding-left: 29px;
}
.grid figure figcaption {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    width: 50% !important;
    padding-left: 26px;
}
figure.effect-sarah p {
   
    font-size: 10px;
}
figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #9b242300;
    padding: 12px 0px;
    padding-left: 10px;
}
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		margin-left: 128px;
	
	
	
}
.left figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
   margin-left: -128px;
}
}