@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.GridPhoto .GridPhoto_row{opacity:0}.GridPhoto.isVisible .GridPhoto_row{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.GridPhoto{overflow:hidden;position:relative}.GridPhoto:before{background:#fff;bottom:0;content:"";height:14.8rem;left:0;position:absolute;right:0}.GridPhoto_picture{display:block;font-size:0;line-height:0;width:100%}.GridPhoto_image{max-width:100%}.GridPhoto_col,.GridPhoto_image{height:auto;width:100%}.GridPhoto_padding-on{padding:4rem 0}@media only screen and (min-width:768px){.GridPhoto_padding-on{padding:10rem 0}}.GridPhoto_padding-off{padding:0}.GridPhoto-dark{background:#000}.GridPhoto-light{background:#fff}.GridPhoto-green{background:#00cf91}