/* Tiny Carousel 2 */
#slider2 {
    height:1%; 
    margin:0px 0 0; 
    overflow:hidden; 
    position:relative; 
}
#slider2 .viewport { 
    min-height: 260px; 
    width: 100%;
    max-width: 1680px;
    overflow: hidden; 
    position: relative;
}
#slider2 .buttons {
    background: #d9f95b;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 30%;
    left: 1px;
    width: 30px;
    height: 30px;
    color: #222;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    font-size: 30px;
}
#slider2 .next {
    right: 0;
    left: auto;
    top: 15%;
}
#slider2 .buttons:hover{
    color: #fff;
    background: #8d9eae;
}
.overview li{
background: #222;
border-radius: 30px;
border: 1px solid #444;
}
.overview h3{
font-size: 15px!important;
color: #fff!important;
margin-top: 20px;
letter-spacing: 2px;
}
.overview p{
font-size: 15px!important;
color: #999!important;
font-style: italic;
}
.blue{
    color: #d5dae2;
}
#slider2 .overview { list-style:none; position:absolute; padding:0;margin:0; left: 0 top: 0; }
#slider2 .overview li{ float: left; margin: 0 1px 0 0; padding: 20px; min-height: 120px; width: 370px;display:inline-block;}
@media(max-width: 414px){
#slider2 .overview { list-style:none; position:absolute; padding:0 0 0 20px; margin:0;  left: 0 top: 0; }}
@media(max-width: 320px){
#slider2 .overview { list-style:none; position:absolute; padding:0 0 0 15px; margin:0; left: 0 top: 0; }   
}
/* //Tiny Carousel 2 */