.container134 {
 overflow:hidden;
 width: 100%;
 margin: 0 auto;
 background:white;
 padding-bottom: 25px;
}
.tracker {
 width: 300%;
 /*white-space: nowrap;*/
 position: relative;
 left: 0%;
	transition: 1s;
}
.rtlDirection .itg-parent .container134 {
	direction: rtl;
}
.rtlDirection .tracker {
	left: initial;
	right:0%;
}
.slide {
 width: 33.33%;
 height: auto;
 float: left;
 background:white;
}
.rtlDirection .slide {
	float: right;
}
.red2 {
 background: red;
}
.yellow2 {
 background: yellow;
}
.blue2 {
 background: blue;
}
.arrow-left {
  left:0;
  /*top:25%;*/  
}
.arrow-right {
  right:0;
  /*top:25%;*/
}
.arrow-left, .arrow-right {
	height: 40px;
	top: 25%;
	margin-top: 0%;
	transform: translateY(50%);
}
@media (min-width: 420px){
	.arrow-left, .arrow-right{
		/*margin-top: 23%;
		transform: translateY(-100%);*/
	}
}
.arrow-left, .arrow-right {
 height: 60px;
 width: 60px;
 color: gray;
 cursor: pointer;
 font-size:40px;
 position:absolute;
 z-index:2;
}

.arrow-left, .arrow-right, .container134 {
 display: inline-block;
 vertical-align: middle;
}
.aligner {
 width: 100%;
 text-align: center;
 position: relative;
 background:white;	
}

.iconLeft{
	font-family: 'standard-icon-font';
    color: white;
}

.iconRight{
	
	font-family: 'standard-icon-font';
    color: white;

}

.iconLeft:before{
	font-family: 'standard-icon-font';
	content: '\f119';
    color: white;
	text-shadow: 0 3px rgba(0,0,0,0.4);
	display: block;
    line-height: 40px;
}

.iconRight:before{
	
	font-family: 'standard-icon-font';
	content: '\f11a';
    color: white;
	text-shadow: 0 3px rgba(0,0,0,0.4);
	display: block;
    line-height: 40px;
}
.headerText{
    font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
    font-size: 1.6rem !important;
    margin-bottom: 4px !important;
}

.descriptionContainer{
	    font-size: 1.4rem !important;
    	/*color: #999999 !important;*/
		color: #101010 !important;
	    padding: 25px 20px 0 20px;
}
.second.itf-mobile{
	display: none;
}



.gridImgCtn > div > a{
	display: block;
	position: relative;
	width: 100%;
	/* height: 40vh; */
    /* max-height: 40vh; */
    overflow: hidden;
}
.gridImgCtn > div > a > div{
	position: absolute;
	width: 100%;
}

.gridImgCtn-mob > a{
	display: block;
	position: relative;
	width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.gridImgCtn-mob > a > img{
	position: absolute;
	width: 100%;
    left: 0px;
    top: 0px;
}

.gridImgCtn-mob > img{
	/*max-height: 40vh;
	height: 40vh;
	width: 100%;*/
    left: 0px;
    top: 0px;
}

.twoGridImg.gridImgCtn div.ie_image-fit{
	height: 50vh;
    max-height: 50vh;
}

.twoGridImg.gridImgCtn-mob img{
	max-height: 45vh;
	height: 45vh;
}

@media screen and (min-width: 1280px){
	.twoGridImg.gridImgCtn div.ie_image-fit {
		height: 45vh;
		max-height: 45vh;
	}
	
	.twoGridImg.gridImgCtn-mob img {
		max-height: 40vh;
		height: 40vh;
	}
}
@media screen and (min-width: 768px) and (max-height:698) {
	
.gridImgCtn div.ie_image-fit {
		height: 50vh;
		max-height: 50vh;
	}
	
	.twoGridImg.gridImgCtn-mob img{
		max-height: 40vh;
		height: 40vh;
	}
}

@media (max-width: 767px){
	.second.itf-mobile {
		display:block;
	}
}
@media (min-width: 420px){
	.tracker {
		width: 150%;
	}
	.itf-mobile .two-slides {
		display: none;
	}
}
.mdp-flexiblecontent-tout--full-width__image-container.up {
	align-items: flex-start;
	background-position: top;
}
.mdp-flexiblecontent-tout--full-width__image-container.down {
	align-items: flex-end;
	background-position: bottom;
}
.mdp-flexiblecontent-tout--full-width__image-container.center {
	align-items: center;
	background-position: center;
}

@media screen and (min-width: 768px) and (max-width: 962px) {
	.mdp-flexiblecontent-tout--full-width__image-container{
		max-height: 35vh;
	}
	.gridImgCtn > div > a{
		/*height: 35vh;
		max-height: 35vh;*/
	}
}
@media screen and (min-width: 962px) and (max-width: 1099px) {
	.mdp-flexiblecontent-tout--full-width__image-container{
		max-height: 38vh;
	}
	.gridImgCtn > div > a{
		/*height: 38vh;
		max-height: 38vh;*/
	}
}	
