#image{-webkit-animation-duration:1.3s;animation-duration:1.5s;-webkit-animation-name:flow;animation-name:flow}@-webkit-keyframes flow{0%{opacity:.3}to{opacity:1}}@keyframes flow{0%{opacity:.3}to{opacity:1}}#photo-view-container{display:inline-block;text-align:center;width:100%}#photo-display{display:inline-block;height:300px;width:500px}#photo-display img{margin:0 auto}#selected-photo{max-height:290px;max-width:500px}#commentary{color:#aaa}#left{float:left}#right{float:right}#left,#right{bottom:-45px;cursor:pointer;position:relative}#photo-container-holder{display:inline-block;overflow:hidden;text-align:left;width:100%}#photo-container{display:inline-block;padding:10px 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.photo-holder{background-color:rgba(5,27,53,.04);display:inline-block;height:100px;margin:0 5px;overflow:hidden;text-align:center;vertical-align:middle;width:100px}.photo-item{display:block;height:auto!important;margin:0 auto;max-height:73px;max-width:calc(100% - 16px);width:auto!important}.image-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;max-height:100px;min-height:100px;padding:12px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer{color:#888;margin-top:20px}footer a{color:#364459}.photo-holder:hover{background-color:rgba(5,27,53,.2)}