﻿/*#waterfall {
    height: 375vh;
}*/

.categories-panel {
    margin-top: 2vw;
}

.ProductPanel {
    position: relative !important;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ProductPanel > div {
    height: 60vh;
}

.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;
    }

@media only screen and (max-width: 1280px) {
    .ProductPanel > div {
        height: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .ProductPanel > div {
        height: 40vw;
    }
}

@media only screen and (max-width: 768px) {
    .ProductPanel > div {
        height: 60vw;
    }
}

@media only screen and (max-width: 476px) {
    .ProductPanel > div {
        height: 100%;
    }

    .col-xs-6 {
        width: 100%;
    }
}