/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 980px) {

    .product-details-page .ribbon-wrapper {
        display: inline-block;
        max-width: 100%;
    }

}

@media all and (max-width: 480px) {

    .product-list .ribbon-wrapper {
        float: none;
    }

}