body{padding:0;margin:0;overflow:hidden;min-height:100%;background-image:url('../images/bg.green.jpg')}.bgImg{position:fixed;top:0;left:0;min-width:100%;min-height:100%}.flag,.trinacria{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.trinacria{width:280px;max-width:100%}.flag{max-width:100%;box-shadow:0 5px 15px #151515}.triRotate{max-width:80%;-webkit-animation:spinIt 1s ease-in-out 1;animation:spinIt 1s ease-in-out 1}@-webkit-keyframes spinIt{0%{-webkit-transform:rotate(0) scale(0)}100%{-webkit-transform:rotate(1440deg) scale(1)}}@keyframes spinIt{0%{transform:rotate(0) scale(0)}100%{transform:rotate(1440deg) scale(1)}}.swingALittle{-webkit-animation:swingALittle 3s linear infinite;animation:swingALittle 3s linear infinite}@-webkit-keyframes swingALittle{0%{-webkit-transform:rotate(0)}25%{-webkit-transform:rotate(5deg)}75%{-webkit-transform:rotate(-7deg)}100%{-webkit-transform:rotate(0)}}@keyframes swingALittle{0%{transform:rotate(0)}25%{transform:rotate(5deg)}75%{transform:rotate(-7deg)}100%{transform:rotate(0)}}