$fWidth: 900px;
$fHeight: $fWidth / 1.77;

.t3-example {
  width: $fWidth;
  height: $fHeight;
  margin: 20px 0;
  display: block;
}