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;
}

.partner-content img {
  margin-top: 10px;
  margin-left: 10px;
  height: 24px;
  width: auto;
}

.partner-content h5 {
  font-family: MetricWeb, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.partner-content-sponsor {
  margin-left: 127px;
  margin-top: -23px;
}

.title {
  margin-top: 172px;
  margin-left: 10px;
  max-width: 280px;
}

.title h1 {
  font-family: MetricWeb, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.main {
  margin-top: -81px;
}

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

.main h1.titlemain {
  opacity: 1;
}

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

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

.container button {
  opacity: 0 !important;
  transition: opacity 3s !important;
  background-color: #ffffff !important;
  border: none !important;
  padding: 7px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-family: MetricWeb, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #355778 !important;
  display: block !important;
  cursor: pointer !important;
}

.container button.cta {
  opacity: 1 !important;
}

.container button:hover {
  background-color: #355778 !important;
  color: #ffffff !important;
}

.container button span.icon {
  background: url(video-icon.svg) no-repeat !important;
  margin-top: 1px !important;
  padding-right: 5px !important;
  float: left !important;
  width:15px !important;
  height: 15px !important;
}

.container button:hover > span.icon {
  background: url(video-icon-active.svg) no-repeat !important;
}
