.bgParallax { padding-top: 70px;}

.tx-center { text-align: center; }


.block-full { margin-left: 50px; margin-right: 50px; padding-top: 1px; }

.bg-gray.new { position: relative; background: rgba(222,210,197,0.8); width: 80%; margin: 0 auto; } 

.sec-instagram { padding: 40px 0; }
.sec-instagram h3 { font-size: 2rem; }
.sec-instagram a { display: inline-block; }
.sec-instagram a p { font-size: 2rem; border-bottom: 1px solid rgba(58, 54, 53, 0.2); display: inline-block; }
.sec-instagram .photo { margin: 20px 0; width: 140px; }







@media screen and (min-width:769px) {
    .sec-instagram { padding: 120px 0; }
    .sec-instagram h3 { font-size: 4rem; }
    .sec-instagram .photo { position: relative; margin: 40px 0; width: 260px; }
    .sec-instagram .photo:after { content: ''; position: absolute; display: block; height: 100%; width: 100%; top: 0; left: 0; opacity: 0; background: #444; -webkit-transform: scaleY(.5); transform: scaleY(.5); -webkit-transform-origin: bottom; transform-origin: bottom; transition: all .3s cubic-bezier(.165, .84, .44, 1); }
    .sec-instagram a:hover .photo:after { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: .5; }
    .sec-instagram a p { position: relative; }
    .sec-instagram a p:after { content: ''; display: block; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #000; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; transform-origin: left; transition: all .2s; }
    .sec-instagram a:hover p:after { -webkit-transform: scaleX(1); transform: scaleX(1); }


    .block-full { margin-left: 20px; margin-right: 20px; }

    .sec-instagram { padding: 70px 60px; }
    .sec-instagram .photo { margin: 20px 0; width: 215px; }

}


@media screen and (max-width:769px) {
    .bgParallax { padding-top: 20px;}
}