#videoTicker,
#videoTicker * {
-webkit-backface-visibility: visible !important;
	-moz-transition: all 0s ease !important;
	-webkit-transition: all 0s ease !important;
	-o-transition: all 0s ease !important;
	transition: all 0s ease !important;
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft,
div.scrollingHotSpotLeft span.hover
{
	width: 100px;
	height: 524px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	position: absolute;
	z-index: 200;
	left: 0px;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: pointer;
	display: block;
	top: 0px;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight,
div.scrollingHotSpotRight span.hover
{
	width: 100px;
	height: 524px;
	position: absolute;
	z-index: 200;
	right: 0px;
	cursor: pointer;
	display: block;
	top: 0px;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px 0 0 0px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}



#makeMeScrollable
{
	width: 100%;
	position: relative;
	padding-top: 0px;
}

#makeMeScrollable .tickerCol {
	float: left;
	height: 524px;
}
#makeMeScrollable .tickerCol img {
	display: block;
	-moz-transition: all .4s ease !important;
	-webkit-transition: all .4s ease !important;
	-o-transition: all .4s ease !important;
	transition: all .4s ease !important;
}
#makeMeScrollable .tickerCol .videoWrap {
	position: relative;	
	background-color: #2b003b;
	background-repeat: no-repeat;
	background-size: cover;
	height: 524px;
}
#makeMeScrollable .tickerCol .smvid {
	height: 262px;
	width: 466px;
}
#makeMeScrollable .tickerCol .videoWrap:hover img {
	/* opacity: 0.6; */
}
#makeMeScrollable .tickerCol .textOverlay {
	position: absolute;
	left: 0px;
	bottom: 5px;
    font-family: 'fira_sanslight';
    color: #ffffff;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    z-index: 5;
    box-sizing: border-box;
}
#makeMeScrollable .tickerCol .textOverlay.textalignRight {
	left: auto;
	right: 0px;
}
#makeMeScrollable .tickerCol .textOverlay h3 {
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	color: #ffffff;
}
#makeMeScrollable .tickerCol video {
	position: absolute;
	opacity: 0;
}
#makeMeScrollable .tickerCol.oneVideo video {
	height: 524px;
	display: block;
}
#makeMeScrollable .tickerCol.twoVideos video {
	height: 262px;
	display: block;
}
#makeMeScrollable .tickerCol.twoVideos {
	width: 465.767px;
	height: 524px;
	overflow: hidden;
}
#makeMeScrollable .tickerCol.oneVideo {
	height: 524px;
	width: 931.55px;
	overflow: hidden;
}