<!doctype html>
<html class="no-js" lang="">

<head>
  <meta charset="utf-8">
  <title>-Hágalo Usted Mismo - Sodimac</title>
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    body{
      margin: 0;
      padding: 0;
    }
    .container{
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: black;
    }
    .imagen{
      display: flex;
    }
    img{
      max-width: 100%;
    }
    .desktop{display: block;}
    .mobile{display: none;}
    @media (max-width: 790px) {
      .desktop{display: none;}
      .mobile{display: block;}
    }
  </style>
</head>

<body>

  <!-- Add your site or application content here -->
  <div class="container">
    <br>
    <div class="imagen">
      <img class="desktop" src="/yavolvemos.jpg">
      <img class="mobile" src="/yavolvemosmobile.jpg">
    </div>
  </div>

  <!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
  <script>
    window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
    ga('create', 'UA-9910429-1', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
  </script>
  <script src="https://www.google-analytics.com/analytics.js" async></script>
</body>

</html>
