html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}@-webkit-keyframes logo{from{right:30px;opacity:0}to{right:0;opacity:1}}@keyframes logo{from{right:30px;opacity:0}to{right:0;opacity:1}}@-webkit-keyframes gameday{from{left:30px;opacity:0}to{left:0;opacity:1}}@keyframes gameday{from{left:30px;opacity:0}to{left:0;opacity:1}}@-webkit-keyframes yourway{from{left:30px;opacity:0}to{left:0;opacity:1}}@keyframes yourway{from{left:30px;opacity:0}to{left:0;opacity:1}}@-webkit-keyframes packages{from{top:20px;opacity:0}to{top:0;opacity:1}}@keyframes packages{from{top:20px;opacity:0}to{top:0;opacity:1}}@-webkit-keyframes button{from{opacity:0}to{opacity:1}}@keyframes button{from{opacity:0}to{opacity:1}}.banner--300x250{width:300px;height:250px;background-image:url(../images/eckrich_300_bg.jpg);background-repeat:no-repeat;background-size:contain;background-position:0 0;background-color:#157b6f;padding:20px 15px 15px;overflow:hidden;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.banner--300x250 .banner--left_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:15px}.banner--300x250 .banner--right_container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px}.banner--300x250 .banner--logo{display:flex}.banner--300x250 .banner--logo img{position:relative;width:110px;-webkit-animation-name:logo;animation-name:logo;-webkit-animation-duration:1s;animation-duration:1s;opacity:1}.banner--300x250 .banner--text{display:flex;flex-direction:column;justify-content:center;align-items:center}.banner--300x250 .banner--text .game-day,.banner--300x250 .banner--text .your-way{position:relative}.banner--300x250 .banner--text .game-day img,.banner--300x250 .banner--text .your-way img{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.banner--300x250 .banner--text .game-day img{width:130px;-webkit-animation-name:gameday;animation-name:gameday;opacity:1}.banner--300x250 .banner--text .your-way img{width:150px;-webkit-animation-name:yourway;animation-name:yourway;opacity:1}.banner--300x250 .banner--packages{display:flex;flex-direction:column;justify-content:center;align-items:center}.banner--300x250 .banner--packages img{width:245px;position:relative;top:0;-webkit-animation-name:packages;animation-name:packages;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.banner--300x250 .banner--button{display:flex;background-image:url(../images/eckrich_button_green.png);background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-animation-name:button;animation-name:button;-webkit-animation-duration:2s;animation-duration:2s;opacity:1;width:100px;height:22px}.banner--300x250 .banner--button:hover{background-image:url(../images/eckrich_button_green_hover.png)}