JSFiddle - React, Tailwind, and code Playground
by deadendstreet
HTML
<section id="clients-logo" class="home-section">
<div class="ak-container">
<h2 class="main-title wow fadeInUp" data-wow-delay="0.5s">Our Sponsors</h2>
<div style="margin: auto;display:block; width:650px;">
<p><a href="http://www.visitamarillo.com/" target="_blank"><img src="/wp-content/uploads/2015/05/Arts-Committee-color1-e1431885177830.png" alt="" width="155px" height="93px" /> </a><a href="http://www.arts.texas.gov//" target="_blank"><img src="/wp-content/uploads/2015/05/tca_horizontal_blue.gif" alt="" width="200px" height="93px"/><a href="http://arts.gov/" target="_blank"><img src="/wp-content/uploads/2015/05/nea-logo-e1431885075484.png" alt="" width="218px" height="93px"/></a></p>
</div>
</div>
</div>
</section>
CSS
#clients-logo .bx-wrapper .bx-controls-direction a {
height: 40px;
margin-top: -20px;
opacity: 0;
outline: 0 none;
position: absolute;
top: 50%;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 40px;
background:none repeat scroll 0 0 #ffffff;
border: 1px solid #e1e1e1;
border-radius: 100%;
text-indent: 0;
}
#clients-logo
#clients-logo .bx-wrapper .bx-controls-direction a i {
color: #444444;
float: left;
line-height: 40px;
text-align: center;
width: 100%;
opacity: 1;
}
#clients-logo .bx-wrapper .bx-prev{
left: 0px;
}
#clients-logo .bx-wrapper .bx-next{
right: 0px;
}
#clients-logo .bx-wrapper:hover .bx-prev {
left: -55px;
opacity: 1;
}
#clients-logo .bx-wrapper:hover .bx-next {
right: -55px;
opacity: 1;
}
#clients-logo .bx-wrapper {
margin: 40px auto !important;
}
.logo-slider img {
opacity: 0.7;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.logo-slider img:hover{
opacity: 1;
}
#clients-logo .ak-container {
position: relative;
overflow: hidden;
}
.client-desc,
.testimonials-desc {
font-size: 22px;
font-weight: 300;
line-height: 30px;
margin: 26px 0 60px;
text-align: center;
}
#clients-logo .main-title {
text-transform: uppercase;
}