.container-90 {
    max-width: 1244px;
    margin: 50px auto;
    padding: 0 20px;
}
p.luma {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5%;
}
h2.eye {
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 0;
}
.slides {
    width: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.slide {
    list-style-type: none;
    height: 300px;
    width: 5%;
    overflow: hidden;
    -webkit-transition:all 500ms linear;
	-moz-transition:all 500ms linear;
	-o-transition:all 500ms linear;
	-ms-transition:all 500ms linear;
	transition:all 500ms linear;
}
.img{
    margin-top: 3%;
    width: 100%;
}
/* brands colors */
.brand1{
    background-color: #99cccc
}
.brand2{
    background-color: #9999cc
}
.brand3{
    background-color: #6699cc
}
.brand4{
    background-color: #6666cc
}
.brand5{
    background-color: #3366cc
}
.brand6{
    background-color: #0033cc
}
.brand7{
    background-color: #ff6600
}
.brand8{
    background-color: #ff9933
}
.brand9{
    background-color: #ff9966
}
.brand10{
    background-color: #ff9999
}
.brand11{
    background-color: #ffcc99
}
.brand12{
    background-color: #cccc99
}
.brand13 {
    background-color: #cccc79
}
.slide a.action-1{
    font-size: 25px;
    display: block;
    height: 100%;
    position: relative;
}
.slide a.action-1 span{
    font-weight: 600;
    color:#fff;
    transform: rotate(270deg);
    position: absolute;
    top: 10%;
    width: 140px;
    left: -30%;
    height: 100px;
}
.slide-content-1{
    display: block;
    width: 720px;
    padding: 40px;
}
.slide-content-1{
    color:#fff;
}
.active-1 {
    width:80%;
}
.active-1 a.action-1{
    display: none;
}
@media (max-width: 480px) { 
    .slides{
        display: initial;
    }
    .slide{
        width: 100%!important;
        margin-bottom: 15px;
        height: auto;
        border-radius: 10px;
    }
    .slide-content-1{
        width: 100%!important;
        padding: 25px;
        font-size: 95%;
    }
}
@media (max-width: 834px) { 
    
.slides {
    width: 95%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.slide {
    list-style-type: none;
    height: 300px;
    width: 4%;
    overflow: hidden;
    -webkit-transition:all 500ms linear;
	-moz-transition:all 500ms linear;
	-o-transition:all 500ms linear;
	-ms-transition:all 500ms linear;
	transition:all 500ms linear;
}
}