.topbar .logo{opacity:1;}
.fixed-top .logo{opacity:1;}
.logo-home{position: absolute;top: 0;z-index: 25;align-self: center;width:100%;}
.logo-home img:first-child{margin-bottom:15px;}

.product-item{transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;transform: translate3d(0px, 600px, 0px);}
.revealed .product-item{transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;transform: translate3d(0px, 0px, 0px);}
@media screen and (max-width:991px){
.logo-home  .center-block{display:none;}
}