@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

}

@media (min-width: 1024px) {
    .container{
        max-width: 960px;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .parallax {
        background-attachment: fixed !important;
    }

    /*.layout-1col-fw {
        width: 960px;
        margin: 0 auto;
    }*/
}

@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

.portfolio-layout-masonry2{
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-holder{
    margin-bottom: -30px;
}

.gallery-post a:after{
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.gallery-post {
    margin-bottom: 30px;
    position: relative;
}

.gallery-post a:after {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}

.gallery-post:hover a:after {
    opacity: 0.3;
}
