body {
  width: 300px;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.container {
  width: 300px;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: 300px 250px;
  animation: shrink 5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #000000;
}

@keyframes shrink {
  0% {
    background-size: 500px 417px;
  }
  100% {
    background-size: 300px 250px;
  }
}

body:hover {
  cursor: pointer;
}

.ft img {
  margin-top: 10px;
  margin-left: 10px;
  height: 38px;
  width: auto;
}

.title h1 {
  font-family: MetricWeb, sans-serif;
  font-size: 20pt;
  line-height: 1;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}

.main {
  margin-top: 38px;
}

.main h1 {
  opacity: 0;
  transition: opacity 3s;
}

.main h1.titlemain {
  opacity: 1;
}

.title {
  margin-top: 10px;
  margin-left: 10px;
}

hr {
  width: 50px;
  border: 2px solid #ffffff;
  margin-top: -5px;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 3s;
}

hr.divider {
  opacity: 1;
}

.row {
  width: 100%;
  text-align: left;
  margin-top: 19px;
  margin-left: 10px;
}

.block {
  margin-top: 5px;
  width: 160px;
  display: inline-block;
  zoom:1;
}

a {
  opacity: 0;
  transition: opacity 3s;
}

a.cta {
  opacity: 1;
}

a {
  font-family: MetricWeb, sans-serif;
  font-size: 13pt;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  border: 2px solid #ffffff;
}

a:hover {
  background-color: rgba(225,255,255,0.2);
  color: #ffffff;
}

.sponsor {
  margin-left: 230px;
  margin-top: -45px;
  font-family: MetricWeb, sans-serif;
  font-size: 8pt;
  font-weight: 500;
  color: #ffffff;
}

.sponsor img {
  height: 32px;
  width: auto;
  margin-left: -75px;
  margin-top: 10px;
  display: block;
}

.trackinsight img {
  position: absolute;
  top: -2px;
  margin-left: 165px;
  height: 51px;
  width: auto;
}
