.bounceHouse{margin-top:10px;min-height:2px;position:relative}.bounceBounce{-webkit-animation:bounce 1s infinite;-moz-animation:bounce 1s infinite;-o-animation:bounce 1s infinite;animation:bounce 1s infinite;left:50%;margin-bottom:0;padding-bottom:0;position:absolute;top:150px;transform:translate(-50%)}@-webkit-keyframes bounce{0%{top:150}50%{top:165px}to{top:180}}@-moz-keyframes bounce{0%{top:150}50%{top:165px}to{top:180}}@-o-keyframes bounce{0%{top:150}50%{top:165px}to{top:180}}@keyframes bounce{0%{top:150}50%{top:165px}to{top:180}}@media only screen and (max-width:1023px){.bounceBounce{display:none!important}}