steag video player

by mrjordy

HTML

<div class="SteagVidContainer">
  <div class="SteagVidBox">
    <a href="https://navy.deps.mil/peoeis/sites/nen/onesource/S_TEAG/Shared/STEAG_SP16_320.mp4">
      <div class="SelectQuality">
        small
      </div>
    </a>
    <a href="https://navy.deps.mil/peoeis/sites/nen/onesource/S_TEAG/Shared/STEAG_SP16_NEW_v1.2_WEB2.mp4">
      <div class="SelectQuality">
        large
      </div>
    </a>

  </div>
</div>

CSS

.SteagVidBox {
  background: url('https://navy.deps.mil/peoeis/sites/nen/res/Steag_VidSnapshot.png');
  width: 320px;
  height: 180px;
  display: block;
}