*{box-sizing:border-box}body{margin:0;padding:0}img{width:100%}.row{display:flex;padding:5px;flex-wrap:wrap}.column{flex:25%;padding:5px}.column img{margin-top:5px}@media (max-width:800px){.column{flex:50%}}@media (max-width:600px){.column{flex:100%}}.boton-siguiente{position:fixed;bottom:20px;right:20px;z-index:100;padding:10px 20px;border-radius:10px;background-color:#c2b280;color:#f07008;text-decoration:none;font-family:Dancing Script,cursive;font-size:16px;font-weight:700;box-shadow:0 3px 6px rgba(0,0,0,.16);transition:all .3s ease-in-out}.boton-siguiente:hover{background-color:#ef300a;box-shadow:0 5px 10px rgba(0,0,0,.2);transform:scale(1.1)}.boton-siguiente:active{transform:scale(.95)}@media (max-width:768px){.boton-siguiente{bottom:10px;right:10px}}.boton-siguiente:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;background-color:#ed775a;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:-1}.videoWrapper{position:relative;padding-bottom:56.25%;height:0;margin-top:5px;margin-bottom:5px}.videoWrapper iframe{position:absolute;margin-top:5px;padding-bottom:5px;left:0;width:100%;height:100%}