@keyframes ScaleEntryAnimation{0%{transform:scale(.5) rotate(15deg);opacity:0}50%{transform:scale(1.2) rotate(7.5deg);opacity:.5}to{transform:scale(1) rotate(0deg);opacity:1}}div.PageLayoutInfoContainer{margin:auto;max-width:1000px;min-height:calc(100vh);padding-bottom:5em}div.PageLayoutInfoAdvertise{background-color:#6c91c2;min-width:100%;min-height:100%;background:linear-gradient(90deg,#1fa2ff,#12d8fa,#a6ffcb)}div.PageLayoutInfoInfo{position:relative;padding:1.5em}img.PageLayoutInfoLogo{max-width:33%;float:right;animation-name:ScaleEntryAnimation;animation-duration:1s;animation-iteration-count:once;@media (max-width:600px){max-height:30vh}}