﻿/*
* 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: 769px) {

    .gallery .ribbon-wrapper {
        display: inline-block;
        max-width: 100%;
    }
    .product-list .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 769px) {

    .home-page .item-box .ribbon-wrapper {
        width: 48%;
        float: left;
    }
    .item-box .ribbon-wrapper .picture {
        width: 100%;
        float: none;
    }
    .product-list .item-box .ribbon-wrapper{
        float:left;
        /*position:inherit;*/
    }
    .item-box .ribbon-wrapper{
        width:100%;
        height:100%;
    }
    .product-list .item-box .ribbon-wrapper{
        width:30%;
        overflow:hidden;
    }
    .product-list .item-box .ribbon-wrapper .picture{
        width:100% !important;
    }

}