.simpleScroll-row {
	width:100%;
}
.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.simply-scroll {
	width: 100%;
	height: auto;
}
.simply-scroll:nth-child(2) {
	width: 100%;
	margin-top:-15px;
	height: auto;
}
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: inline-block;
	height:auto;
	/*width:75%;*/
	width:55%;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
}
.simply-scroll .simply-scroll-list li {
	float: left;
	padding:10px 0;
	text-align: center;
	width: 150px;
	height: auto;
}

.zoomOne {
	animation-name: zoominout;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
@keyframes zoominout {
    0% {transform: scale(0.96,0.96);}
    50% {transform: scale(1.1,1.1);}
    100% {transform: scale(0.96,0.96);}
}
.zoomTwo {
	animation-name: zoominout;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	/*animation-delay:2s;*/
}
@keyframes zoominout {
    0% {transform: scale(1.1,1.1);}
    50% {transform: scale(0.96,0.96);}
    100% {transform: scale(1.1,1.1);}
}

@media (min-width: 768px) {
  .promo-carousel .item-wrap {width:100000%;}
}
