.awards_module {
    position: relative;
    max-width: 820px;
    margin: 0px auto;
    margin-top: 20px;
}

.awards_module .slide_window {
    text-align: center;
    width: 85%;

    height: 110px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.awards_module .slide_box{
    position: relative;
    display: block;
    width: auto;
    height: 110px;
}

.awards_module .slide{
    display: block;
    margin: 0px;
    padding: 5px;
    position: relative;
    float: left;
}

.awards_module img{
    max-height: 100px;
    max-width: 140px;

}

.awards_module .slide_nav {
    position: absolute;
    top: 0px;
    height: 110px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.awards_module .slide_left {
    left: 0px;
    background-image: url(../img/slide_left.svg);
}

.awards_module .slide_right {
    right: 0px;
    background-image: url(../img/slide_right.svg);
}




/* Mobile large */
@media only screen and (min-width: 380px) {


}

/* Tablets */
@media only screen and (min-width: 585px) {


    .awards_module .slide_nav {
        width: 30px;
    }



}

/* Desktop */
@media only screen and (min-width: 770px) {
    .awards_module .slide_window {
        width: 90%;
    }
}




