﻿.is-wrapper {
    height:auto;
    margin:160px auto;
    max-width:1200px;
    border-radius:20px;
    overflow:hidden;
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);  
}
.is-wrapper:before, .is-wrapper:after {content: " ";display: table;}
.is-wrapper:after {clear: both;}
.is-wrapper {*zoom: 1;}
.is-wrapper > div {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
.is-wrapper > div:last-child {margin-bottom:0 !important;}
@media all and (max-width: 1280px) {
    .is-wrapper {
        margin:0 auto;  
        max-width:100%; 
        border-radius:0;
        box-shadow:none;
    }
}