body {
  margin: 0;
  padding: 0; }

div#container {
  width: 98%;
  position: relative; }
  div#container:before {
    content: "";
    display: block;
    padding-top: 98%; }
  div#container img#tcaa-tag {
    position: absolute;
    top: 44.3909383335%;
    left: 0px;
    width: 55.8040049837%;
    height: 11.218123333%;
    margin-bottom: 7.5419139975%;
    -webkit-animation: rotation 60s infinite;
    -webkit-transform-origin: 89.5993038754% center;
    -webkit-animation-timing-function: linear;
    -ms-animation: rotation 60s infinite;
    -ms-transform-origin: 89.5993038754% center;
    -ms-animation-timing-function: linear;
    animation: rotation 60s infinite;
    transform-origin: 89.5993038754% center;
    animation-timing-function: linear;
    z-index: 2; }
@keyframes rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }
  div#container img#tcaa-logotype {
    position: absolute;
    top: 63.1509756641%;
    left: 12.9093691227%;
    width: 42.894635861%;
    height: 20.112560224%;
    z-index: 1; }

/*# sourceMappingURL=style.css.map */
