﻿.featured-image {
    /*width: 200px;*/
    height: 200px; /*200*/
    /*object-fit: fill;*/
}

.featured-products-slider {
    height: 300px;
    width: 95%;
}

.featured-product-url {
    display: block;
    width: 200px; /*200*/
}

.slick-prev:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 20px;
    color:black;
}
.slick-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 20px;
    color:black;
}
