.prod-images .m {
    height: auto;
    width: 50%;
}

.button input, .button button, .button a {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #000;
    border-width: 0 0 1px 0;
    border-style: solid;
    color: #000000;
    padding: 0 14px;
    line-height: 35px;
    height: 35px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}