/* Tiny Carousel */
#slider1 {
    height: 1%;
    overflow: hidden;
    position: relative;
    padding: 0 170px 10px;}

#slider1 .viewport {
    height: 165px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
    background: #cda32a;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider1 .next {
    right: 0;
    left: auto;
    top: 35%;
}

#slider1 .buttons:hover {
    color: #6dabc9;
    background: #fff;
}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    width: 800px;
 }



@media only screen and (max-width: 1440px) {

#slider1 {
    height: 1%;
    overflow: hidden;
    position: relative;
    padding: 0 65px 10px;
}


}

@media (max-width:1599px) and (min-width:1479px) {

#slider1 {
    height: 1%;
    overflow: hidden;
    position: relative;
    padding: 0 60px 10px;
}

.col-why-hold p {
    min-height: 165px;
	}

}
