    .home {
        max-width: 2000px;
        background: #fff;
    }

    .slider-container__target2sell {
        background: #f2f4f9;
        padding: 2rem 0 3rem 0;
    }
    /* PANES */

    .MO-home-box .container {
        flex-wrap: wrap;
        justify-content: center;
    }

/*
    .MO-home-box__item.small {
        width: 25%;
        padding: 20px;
    }
*/
    .MO-home-box__item.small {
        width: 24%;
        padding: 0px;
        margin: 5px;
        background-color: #F8F8F8;
        border-radius: 10px 10px 0 0;
        border: 1px solid #dddddd;
    }

	.MO-home-box__item.cinque {
        width: 20%;
        padding: 20px;
    }

	.MO-home-box__item.x-small {
        width: 16.66%;
        padding: 20px;
    }

/*
    .MO-home-box__item.big {
        width: 50%;
        padding: 20px;
    }
*/
    .MO-home-box__item.big {
        width: 49%;
        padding: 0px;
        margin: 5px;
    background-color: #F8F8F8;
    border-radius: 10px 10px 0 0;
    border: 1px solid #dddddd;
    }

    .MO-home-box__item.full {
        width: 100%;
        padding: 0px;
        margin: 5px;
    background-color: #F8F8F8;
    border-radius: 10px 10px 0 0;
    border: 1px solid #dddddd;
    }


/*
	.MO-home-box__item.x-big {
        width: 33.33%;
        padding: 20px;
    }
*/
.MO-home-box__item.x-big {
        width: 32.33%;
        padding: 0px;
    margin: 5px;
    background-color: #F8F8F8;
    border-radius: 10px 10px 0 0;
    border: 1px solid #dddddd;
    }

.MO-home-box__item.x-big-best-seller {
        width: 32.33%;
        padding: 0px;
    margin: 5px;
    background-color: #F8F8F8;
    border-radius: 0 0 10px 10px;
    border: 1px solid #cc0000;
    }


    @media screen and (max-width: 1400px) {
        /* .MO-home-box .container {
            background: salmon;
        } */
        .MO-home-box__item.small,
		.MO-home-box__item.x-small
        .MO-home-box__item.x-big,
        .MO-home-box__item.full,
        .MO-home-box__item.x-big-best-seller
        {
            padding: 0px;
        }

    }

    @media screen and (max-width: 1320px) {
        .MO-home-box__item.small,
		.MO-home-box__item.x-small
        .MO-home-box__item.x-big,
        .MO-home-box__item.full,
        .MO-home-box__item.x-big-best-seller {
            padding: 0px;
        }

        .MO-home-box__item.small,
		.MO-home-box__item.x-small,
		.MO-home-box__item.x-big,
        .MO-home-box__item.full,
        .MO-home-box__item.x-big-best-seller,
		.MO-home-box__item.cinque {
            width: 40%;
        }

    }

/* NEW */  
    @media screen and (max-width: 1320px) {
        
        .MO-home-box__item.full
 {
            width: 100%;
        }

    }

/* NEW */  
    @media screen and (max-width: 980px) {
        .MO-home-box__item.small,
		.MO-home-box__item.x-small,
		.MO-home-box__item.x-big,
        .MO-home-box__item.x-big-best-seller,
		.MO-home-box__item.cinque {
            width: 50%;
        }
    }

/* NEW */  
    @media screen and (max-width: 980px) {
        .MO-home-box__item.full
 {
            width: 100%;
        }
    }
/* NEW */  

    @media screen and (max-width: 600px) {
        .MO-home-box__item.small,
		.MO-home-box__item.x-small,
        .MO-home-box__item.big,
		.MO-home-box__item.x-big,
        .MO-home-box__item.full,
        .MO-home-box__item.x-big-best-seller,
		.MO-home-box__item.cinque {
            width: 100%;
        }
    }

    .MO-home-box__item__title {
        color: #cc0000;
        font: 900 2rem Raleway;
    }

    .MO-home-box__item__para {
        color: #656f84;
        font-size: 1.4rem;
        line-height: 1.3;
        height: 4.4rem;
    }

    .MO-home-box__item img {
        width: 100%;
    }

    .MO-home-box__item__link {
        width: 190px;
        margin: 1.6em auto;
    }

    .blog-box {
    border: solid 3px #cc0000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    /* FUNCTION */

    .home-function img {
        width: 100%;
        padding: 20px;
    }

    .home-function__link {
        width: 390px;
        margin: auto;
    }






/*
    @media screen and (max-width: 600px) {
        .home-function__link {
            width: 90%;
        }
    }
*/

    .MO-home-box .mobile {
        display: none;
    }

    @media screen and (max-width: 600px) {
        .MO-home-box .desktop {
            display: none;
        }
        .MO-home-box .mobile {
            display: block;
        }
    }



    @media screen and (max-width: 600px) {
        .home-function__link {
            width: 90%;
        }
    }

    .home-function .mobile {
        display: none;
    }

    @media screen and (max-width: 600px) {
        .home-function .desktop {
            display: none;
        }
        .home-function .mobile {
            display: block;
        }
    }
