@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .pagination ul {
        margin-right: 0;
    }
    .pagination ul li>* {
        display: block;
        padding: 4px;
    }
    .pagination p {
        margin-top: 4px;
    }
    /* Services Module -> */
    .services-module .moduletable h3:after {
        background-size: 80% auto;
    }
    /* <- Services Module */
    /* News Module -> */
    .news-module .moduletable .nspArt .nspHeader {
        font-size: 20px;
    }
    .news-module .moduletable .nspArt .nspText {
        font-size: 14px;
    }
    /* <- News Module */


    /* Products Module -> */
    .products-module .desc ul {
        -webkit-transform: scale(.8);
                transform: scale(.8);
        margin-top: 5px;
        width: 125%;
        -ms-flex-item-align: center;
            align-self: center;
    }
    .products-module .desc ul li {
        padding: 55px 20px 0 20px;
    }
    .products-module .desc ul li:before {
        left: 20px;
    }
    .products-module .products-row .items-row .item .desc {
        background-size: cover;
    }
    .products-module .products-row .items-row .item .desc p:nth-child(1){
        width:82%;
    }
    .products-module .products-row .items-row .item .desc p:nth-child(2){
        font-size:12px;
        letter-spacing: .5px;
    }
    /* <- Products Module */



    /* Product Detail Page -> */
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] > p.product-images-wrapper:nth-child(1) img{
        max-height: 345px;
        height: auto;
    }
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] .jwts_tabberlive .jwts_tabbernav li a {
        padding: 8px 18px;
        font-size: 16px;
    }
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] .desc p{
        line-height: 1.1;
        font-size: 12px;
        width: 80%;
    }
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] .desc p:first-child{
        font-size: 18px;
    }
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] .desc p + ul{
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        margin: 0;
        right: -50px;
        position: relative;
    }
    .desc ul > li.process div .number-lg {
        max-width: 46px;
    }
    .desc ul > li > div span.number-lg{
        font-size: 27px;
    }
    .desc ul > li span.prop-medium{
        font-size: 18px;
    }
    .desc ul > li > div span.number-lg{
        min-height: 38px;
    }
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] .desc .interactive a{
        width: 45%;
        font-size: 16px;
    }
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] > p.product-images-wrapper:nth-child(1) .owl-carousel  .owl-item.product-video {
        padding-bottom: 26.9vw;
    }        
    .content-holder_in .mainbody .item-page div[itemprop="articleBody"] .desc .interactive a img{
        width:62px;
        margin:2px!important;
    }
    /* <- Product Detail Page */



    /* Where to buy Map - > */
    .bayii-map-panel,
    .bayii-map{
        padding-bottom: 75%;
    }
    /* <- Where to buy Map */


    .content-holder_in .blog .items-row{
        flex-basis: 30%;
    }
    
    .menu-109 .content-holder_in .blog .category-desc > div{
        flex-basis: 98%;
    }

    .solutions-module .moduletable{
        background-size: auto 70%;
    }
	.content-holder_in .gallery > * {
		width: 48%;
	}

}