.seminaru.spec-row{
    margin-bottom: 40px;
}

.seminaru.spec-row .product-item {
    padding: 0;
    margin: 12px;
}
.seminaru.spec-row .product-item .product-item-image-wrapper{
    width: 100%;
    height: 100%;
}
.seminaru.spec-row .product-item-image > img {
    margin-top: 0;
    width: 100%;
	height: 80%;
    border-radius: 5px;
}
.seminaru.spec-row .product-item .name{
height: 40px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seminaru.spec-row .arrow_sl{

}
.seminaru.spec-row .arrow_sl.icon-arrow-left{
    position: absolute;
    top: 50%;
    left: -20px;
	cursor:pointer;
}
.seminaru.spec-row .arrow_sl.icon-arrow-right{
    position: absolute;
    top: 50%;
    right: -20px;
	cursor:pointer;
}

.seminaru.spec-row .col-xs-12{
    padding: 0;
}
.seminaru.spec-row .product-item:hover {
    box-shadow: 0 0 15px rgba(85,104,110,.18);
}


@media screen and (max-width: 1024px) {
.seminaru.spec-row .product-item-image > img {
    object-fit: contain;
}
.seminaru.spec-row .arrow_sl.icon-arrow-left{

    left: 20px;

}
.seminaru.spec-row .arrow_sl.icon-arrow-right{

    right: 20px;

}


}
