﻿.device {
    width: 100%;
    height: 190px;
    margin: 0 auto;
    position: relative;}

.device .arrow-left {
    background-image: url(../../images/swiper-prev.png);
    background-size: 30px auto;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;}

.device .arrow-left:hover {
    background-image: url(../../images/swiper-prev-gray.png);}

.device .arrow-right {
    background-image: url(../../images/swiper-next.png);
    background-size: 30px auto;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;}

.device .arrow-right:hover {
    background-image: url(../../images/swiper-next-gray.png);}

.swiper-container {
    height: 100%;
    width: 90%;}
.swiper-container img{
    /*height: 175px;*/
    width: 95%;}

