/* CSS Document */
.outer-embed-ta {
  position:   relative;
  width:      100%;
  height: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  padding-top:   56.25%; /* This is your aspect ratio */ }

.embed-ta {
  position: absolute;
  top:      0;
  left:     0;
  bottom:   0;
  right:    0;
  width:    100%;
  height:   100%;
  border: none;
}
