.carousel .prod__pic {
    position: relative;
    z-index: 0;
    height: 0;
    padding-bottom: 54.736842105%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.carousel .prod__img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.67407407);
    -moz-transform: translate(-50%, -50%) scale(.67407407);
    -ms-transform: translate(-50%, -50%) scale(.67407407);
    -o-transform: translate(-50%, -50%) scale(.67407407);
    transform: translate(-50%, -50%) scale(.67407407);
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -mos-transform .2s;
    -ms-transition: -ms-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    -webkit-backface-visibility: hidden;
}
.carousel a:hover .prod__img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.prod__name {
    color: #7b7b7b;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 2px;
    text-align: center;
    height: 65px;
    overflow: hidden;
}
/*
.carousel-control-prev-icon {
    content: url('left-arrow.svg');
}
.carousel-control-next-icon {
    content: url('right-arrow.svg');
}*/
.carousel-control-next{
    right: -30px!important;
}
.carousel-control-prev {
    left: -30px!important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    width: 1rem!important;
    height: 1rem!important;
}