Slideshow 4 + MOB CSS
<div id="buttons">
<div class="butFrame" onclick="window.location='#'">
<div class="butText">TITLE</div>
<a href="#">Read More</a>
</div>
<div class="butFrame" onclick="window.location='#'">
<div class="butText">TITLE</div>
<a href="#">Read More</a>
</div>
<div class="butFrame" onclick="window.location='#'">
<div class="butText">TITLE</div>
<a href="#">Read More</a>
</div>
</div>
<div class="flicker-example" data-block-text="false">
<ul>
<li data-background="thumbnaillarge/sl1.jpg"></li>
<li data-background="thumbnaillarge/sl2.jpg"></li>
<li data-background="thumbnaillarge/sl3.jpg"></li>
<li data-background="thumbnaillarge/sl4.jpg"></li>
<li data-background="thumbnaillarge/sl5.jpg"></li>
<li data-background="thumbnaillarge/sl6.jpg"></li>
<li data-background="thumbnaillarge/sl7.jpg"></li>
<li data-background="thumbnaillarge/sl8.jpg"></li>
</ul>
</div>
#subBannerHome .container {
padding: 10px 0px;
}
#buttons {
float: right;
width: 25%;
height: 100%;
position: absolute;
right: 0px;
}
.butFrame * {
-moz-transition: .5s;
-webkit-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.butFrame {
width: 100%;
position: relative;
height: 30.5%;
overflow: hidden;
margin-bottom: 3.3333%;
background: rgba(255,255,255,.1);
cursor: pointer;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.butText {
color: #fff;
font-weight: 700;
font-size: 1.4em;
line-height: 1.1em;
}
.butFrame a {
display: inline-block;
color: #fff;
font-weight: 700;
font-size: .9em;
text-decoration: none;
background: rgba(255,255,255,.1);
padding: 5px 10px;
border-radius: 10px;
margin-top: 5px;
}
.butFrame a:hover {
color: #fff;
}
.butFrame:hover {
background: rgba(255,255,255,.2);
}
.butFrame:hover a {
background: rgba(0,0,0,.5);
}
/*===============================*/
/*=== FLICKERPLATE STYLES ===*/
/*==============================*/
.flickerplate, .flick-inner {
/*Adjust This To Suit % Images*/
padding-bottom: 40% !important;
}
.flickerplate {
position: relative;
width: 74%;
background-color: #e6e6e6;
overflow: hidden
}
.flickerplate ul.flicks {
width: 10000%;
height: 100%;
padding: 0px;
margin: 0px;
list-style: none
}
.flickerplate li {
float: left;
width: 1%;
height: 100%;
background-position: center;
background-size: cover;
display: table
}
.flick-inner {
height: 0;
color: #fff;
display: table-cell;
vertical-align: middle;
position: relative;
}
.flick-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
display: -webkit-flex;
-webkit-flex-direction: column;
-webkit-justify-content: center;
display: -ms-flexbox;
-ms-flex-pack: center;
-ms-flex-direction: column;
padding: 0 50px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.flick-title {
text-align: left;
font-size: 3em;
font-weight: 500;
line-height: 1.5em;
color: #A1CC3A;
}
.flick-sub-text {
text-align: left;
font-size: 3em;
font-weight: 300;
line-height: 1.2em;
color: #A1CC3A;
text-align: left;
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
padding: 12px 18px;
background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
position: absolute;
height: 80%;
width: 10%;
top: 10%;
z-index: 100;
overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
display: block;
height: 100%;
width: 90%;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
position: relative;
}
.flickerplate .arrow-navigation .arrow:before {
font-size: 4em;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-family: FontAwesome;
color: #fff;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
color: #333;
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
cursor: pointer
}
.flickerplate .arrow-navigation.left {
left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
opacity: 0;
margin: 0px 0px 0px 50%;
}
.flickerplate .arrow-navigation.left .arrow:before {
content: "\f104";
}
.flickerplate .arrow-navigation.right {
right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
opacity: 0;
margin: 0px 0px 0px -50%;
}
.flickerplate .arrow-navigation.right .arrow:before {
content: "\f105";
}
.flickerplate .arrow-navigation.left.hover .arrow {
opacity: 1;
margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
opacity: 1;
margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
position: absolute;
bottom: 15px;
width: 100%;
text-align: center;
z-index: 100;
display: none;
}
.flickerplate .dot-navigation ul {
text-align: center;
list-style: none;
padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
display: inline-block;
float: none
}
.flickerplate .dot-navigation .dot {
width: 14px;
height: 14px;
margin: 0px 6px;
background-color: rgba(255,255,255,0.3);
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transition: background-color 0.2s ease-out;
-moz-transition: background-color 0.2s ease-out;
-o-transition: background-color 0.2s ease-out;
-ms-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
cursor: pointer;
background-color: rgba(255,255,255,0.6)
}
.flickerplate .dot-navigation .dot.active {
background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
background-image: url("arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
background-image: url("arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
transform: translate3d(0%, 0px, 0px);
-webkit-transform: translate3d(0%, 0px, 0px);
-webkit-transition: -webkit-transform 0.6s ease-out;
-o-transition: -o-transform 0.6s ease-out;
-moz-transition: -moz-transform 0.6s ease-out;
transition: transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
position: relative;
left: 0%;
-webkit-transition: left 0.4s ease-in-out;
-moz-transition: left 0.4s ease-in-out;
-o-transition: left 0.4s ease-in-out;
-ms-transition: left 0.4s ease-in-out;
transition: left 0.4s ease-in-out
}
.flickerplate.animate-jquery-slide ul.flicks {
position: relative;
left: 0%
}
.flickerplate.animate-scroller-slide {
padding-bottom: 0px;
overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
position: auto
}
.flickerplate.animate-transition-fade ul.flicks {
position: relative
}
.flickerplate.animate-transition-fade ul.flicks li {
float: none;
position: absolute;
top: 0;
left: 0;
opacity: 0
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
-webkit-transition: opacity 0.8s linear;
-moz-transition: opacity 0.8s linear;
-o-transition: opacity 0.8s linear;
-ms-transition: opacity 0.8s linear;
transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
opacity: 1
}
.flickerplate.animate-jquery-fade ul.flicks {
position: relative
}
.flickerplate.animate-jquery-fade ul.flicks li {
float: none;
position: absolute;
top: 0;
left: 0;
opacity: 0
}
#buttons {
float: none;
width:100%;
position:Static;
}
.butFrame{
padding:10px 0px;
}
.flickerplate {
width:100%;
}