﻿.categories-panel {
    margin-top: 2vw;
}

.ProductPanel {
    position: relative !important;
    left: 0px;
    top: 0px;
    width: 100%;
}

.Information_Breadcrumb {
    justify-content: center;
}

.image_info {
    height: auto;
    position: relative;
}

    .image_info a {
        display: block;
        height: 0;
        padding-bottom: 100%;
    }

    .image_info img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }