div.pm-csoc .product-miniature .thumbnail-container.with-button {
    height: 360px;
}

div.pm-csoc .product-miniature .thumbnail-container.with-button .highlighted-informations {
    height: 4.125rem;
}

div.pm-csoc .product-miniature .thumbnail-container.with-button:hover .highlighted-informations {
    top: auto;
    bottom: 110px;
}

div.pm-csoc .product-miniature .thumbnail-container.with-button:hover .highlighted-informations.no-variants.hidden-sm-down {
    height: 3rem !important;
}

div.pm-csoc .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 110px);
}

div.pm-csoc .product-miniature .thumbnail-container .product-description .button_display.text-xs-center {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

div.pm-csoc .button_display form {
    margin-bottom: 1rem;
}