section.page-banner{position:relative;display:flex;justify-content:center;align-items:center;min-height:820px}section.page-banner h1{max-width:46rem;margin-left:auto;margin-right:auto}section.page-banner .img-four,section.page-banner .img-one,section.page-banner .img-three,section.page-banner .img-two{position:absolute;border-radius:100%;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;animation:bounce 4s infinite alternate;-webkit-animation:bounce 2s infinite alternate}section.page-banner .img-one{top:0;left:50px;width:72px;height:72px;animation:bounce 4s infinite alternate;-webkit-animation:bounce 2s infinite alternate}section.page-banner .img-one:after{position:absolute;content:"";bottom:-10px;left:-20px;width:39px;height:39px;background:var(--theme-colour);border-radius:100%}section.page-banner .img-two{bottom:125px;right:20px;width:110px;height:110px;animation:bounce 1.5s infinite alternate;z-index:2}section.page-banner .img-two:after{position:absolute;content:"";bottom:-20px;right:-20px;width:62px;height:62px;background:var(--theme-colour);border-radius:100%;z-index:-1}section.page-banner .img-three{top:100px;left:-40px;width:108px;height:108px;animation:bounce 2s infinite alternate}section.page-banner .img-four{bottom:0;right:-20px;width:82px;height:82px;animation:bounce 2.25s infinite alternate}section.page-banner .img-four:after{position:absolute;content:"";bottom:-40px;left:-80px;width:20px;height:20px;background:var(--theme-colour);border-radius:100%}@media screen and (min-width:1024px){section.page-banner .img-one{top:0;left:0;width:182px;height:182px}section.page-banner .img-one:after{bottom:-10px;left:-55px;width:99px;height:99px}section.page-banner .img-two{top:0;right:0;width:242px;height:242px}section.page-banner .img-two:after{bottom:-40px;right:-40px;width:137px;height:137px;background:var(--theme-colour)}section.page-banner .img-three{top:auto;bottom:50px;left:-25%;width:274px;height:274px}section.page-banner .img-four{bottom:0;right:-25%;width:182px;height:182px}section.page-banner .img-four:after{bottom:-20px;left:-100px;width:40px;height:40px}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-20px)}}