.stock_container{
    margin-top: 80px;
}
.img_absolute{
    position: absolute;
   /* top: 12px;*/
    text-align: right;
}
.cgr-breadcrumb {
    margin-top: 5px;
    margin-bottom: 0;
}
.content ul.elements_list {
    display: flex;
    flex-wrap: wrap;
}
.content ul.elements_list li {
    flex: 50%;
}
.content ul.elements_list li .element_span{
    font-size: 20px;
}
ul li > p, tr td > p{
margin-bottom: 0
}

.grid_3.center.middle img {
    min-width: unset;
    max-width: unset;
    max-height: unset;
    height: 100%;
    width: auto;
}