#home{
    width: 100%;
}
#home div.container{
    margin-top: 25px ;
    margin-left: 25px;
    margin-right: 25px;
}

#home .homeslider img {
    object-fit: cover;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    max-height: 700px;
}

#home .product-featured-container{
    margin: 50px 0;
}

#home .featured .product-featured img{
    width: 250px;
    height: 323px;
    margin-bottom: 20px;
    box-shadow: 5px 10px 18px #888888;
}

#home .featured .product-featured a:hover{
    text-decoration: none;
    color: white;
    opacity: unset;
}

#home .featured .product-featured a{
    text-decoration: none;
    color: white;
}

#home .product-featured-container h2{
    margin-bottom: 50px;

}

#home .featured{
    display: flex;
    justify-content: center;
}

#home .featured .product-featured{
    margin: 0 15px;
}

#home .product-featured-more{
    margin: 30px auto 0;
    width: 110px;
}

#home .image-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 500px;
    margin-top: 120px;
    position: relative;
}

#home .image-container h2{
    top: calc(50% - 150px);
    position: absolute;
    width: 1024px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

#home .image-container img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    filter: blur(3px);
}

#home .image-container .image-container-text{
    top: calc(50% - 57px);
    position: absolute;
    max-width: 1024px;
    margin: 0 25px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}
