
#pg_photo_web .btn-gold {
  font-size: 1em;
  border-radius: .4em;
  padding: .4em .9em
}

#pg_photo_web .btn-gold:hover {
  color: #fff!important
}

#pg_photo_web .athletes-wrapper {
  overflow-x: auto
}

#pg_photo_web .athletes-wrapper img {
  width: 10em;
  border: 2px solid rgba(0,0,0,.25);
  border-radius: .6em;
  object-fit: cover;
  object-position: left
}

#pg_photo_web .athletes-wrapper img.active {
  border: 2px solid #c29948
}

@media only screen and (min-width: 769px) {
  #pg_photo_web .video-capture-wrapper {
      transform:scale(.7);
      transform-origin: top
  }
}

@media only screen and (min-width: 769px) {
  #pg_photo_web .buttons-wrapper {
      margin-top:-11em!important
  }
}

#pg_photo_web #video {
  width: 1250px;
  height: 700px;
  object-position: center
}

@media only screen and (max-width: 768px) {
  #pg_photo_web #video {
      width:100%;
      height: auto
  }
}

@media only screen and (min-width: 769px) {
  #pg_photo_web .result-wrapper #image {
      width:294px!important
  }
}

.btn-gold {
  background: linear-gradient(90deg, #92590a, #c29948);
  color: #fff;
  border: none;
  font-size: .7em;
  border-radius: .4em;
}

