/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Arial, san-serif;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  background: #111; }

.body {
  display: flex;
  flex-wrap: wrap; }

.logo {
  position: relative;
  flex: 3; }
  .logo img {
    width: 50%;
    margin: 1.25rem 25%; }
  .logo-bg {
    position: absolute;
    top: 12%;
    left: 20%;
    z-index: -4;
    width: 60%;
    height: 40%;
    background: #fff;
    border-top: 15px solid red; }

iframe {
  flex: 2;
  margin-left: auto; }

.img-bg {
  position: absolute;
  top: 1.375rem;
  left: 26%;
  z-index: -3;
  width: 47%;
  background: #fff;
  border-radius: 50%; }
  .img-bg:after {
    content: "";
    display: block;
    padding-bottom: 100%; }

@media all and (max-width: 1199px) {
  .logo-bg {
    top: 10%; } }
@media all and (max-width: 969px) {
  .logo {
    flex: 2; }
    .logo img {
      width: 70%;
      margin: 1.25rem 15%; }
    .logo-bg {
      width: 76%;
      left: 12%; }

  .img-bg {
    left: 17%;
    width: 66%; } }
@media all and (max-width: 799px) {
  .body {
    display: block;
    text-align: center; }

  .logo img {
    width: 50%;
    margin: 1.25rem 25%; }
  .logo-bg {
    top: 30%;
    left: 20%;
    width: 60%;
    height: 65%; }

  .img-bg {
    left: 26%;
    width: 47%; }

  iframe {
    margin: 1.25rem auto;
    width: 100%; } }
@media all and (max-width: 659px) {
  .logo img {
    width: 70%;
    margin: 1.25rem 15%; }
  .logo-bg {
    top: 30%;
    left: 12%;
    width: 76%;
    height: 65%; }

  .img-bg {
    left: 17%;
    width: 66%; } }
@media all and (max-width: 399px) {
  .logo img {
    width: 90%;
    margin: 1.25rem 5%; }
  .logo-bg {
    top: 30%;
    left: 2%;
    width: 96%;
    height: 65%; }

  .img-bg {
    left: 6%;
    width: 88%; } }
