.gallery-container{position:relative}.gallery-container .gallery-wrap{overflow:hidden;margin-left:0;margin-right:0}.gallery-container .gallery:before,.gallery-container .gallery:after{content:" ";display:table}.gallery-container .gallery:after{clear:both}.gallery-container .gallery.transition{transition:margin-left .5s;-webkit-transition:margin-left .5s}.gallery-container .gallery-item{position:relative;display:none;float:left}.gallery-container .gallery-item.show{display:block}.gallery-container .gallery-item .gallery-item-desc{display:block;margin-top:5px}.gallery-container .gallery-item img{margin:0 auto}.gallery-container .gallery-item{display:block}@media only screen and (min-width:768px and max-width:991px){.gallery-container .gallery-item:nth-child(n):nth-child(-n+3){display:block}}@media only screen and (min-width:992px and max-width:1199px){.gallery-container .gallery-item:nth-child(n):nth-child(-n+4){display:block}}@media only screen and (min-width:1200px){.gallery-container .gallery-item:nth-child(n):nth-child(-n+6){display:block}}@media only screen and (max-width:767px){.gallery-container .gallery-item-desc{text-align:center}}.gallery-container .gallery-item img{max-width:100%}.gallery-container .button{display:none;position:absolute;height:100%;width:30px;opacity:.5;background:gray;top:0;line-height:100px;color:white;font-weight:bold;font-size:30px;z-index:900;text-decoration:none;text-align:center}.gallery-container .button:hover{opacity:.3;text-decoration:none;color:white}.gallery-container .right{right:0}.gallery-container .right:after{content:">"}.gallery-container .left{left:0}.gallery-container .left:after{content:"<"}.button.disabled{display:none !important}