@media only screen and (min-width:300px) and (max-width:997px){.shape-1,.shape-2{display:none}}@media only screen and (min-width:998px) and (max-width:3500px){.shape-1,.shape-2{bottom:0;height:400px;width:400px;z-index:-1}.shape-1,.shape-2,.shape-flower{background-size:cover;position:absolute}.shape-1{background-image:url(../img/shapes/banner-sh-1-2.png);right:0;animation:10s linear .3s infinite alternate topdown}@keyframes topdown{0%,100%{transform:translateY(0)}50%{transform:translateY(-50px)}}.shape-2{background-image:url(../img/shapes/banner-sh-1-1.png);left:0;animation:10s linear .3s infinite alternate topdown2}@keyframes topdown2{0%,100%{transform:translateY(0)}50%{transform:translateY(50px)}}.shape-flower{background-image:url(../img/shapes/flower-1-1.png);bottom:20px;right:20px;height:200px;width:200px;animation:10s linear .3s infinite alternate topdown3}@keyframes topdown3{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(50px) rotate(50deg)}}}