.cancel{color:#fff!important;position:absolute;right:10px;top:10px;font-size:18px;font-family:sans-serif;text-decoration:none;z-index:999}.main{width:100%;height:100vh}.main,.main div{text-align:center}.main div{width:400px;height:400px;margin:0 auto}.main div button{top:500px;height:30px;margin:0 auto}.fondo-modal{width:100%;height:100vh;opacity:.9;background:#222;z-index:40000;top:0;left:0;overflow:hidden;animation-name:fadeIn_Container;animation-duration:1s}.fondo-modal,.modal{display:none;position:fixed}.modal{width:450px;margin:0 auto;z-index:40001;animation-name:fadeIn_Modal;animation-duration:.8s;bottom:0}.content{width:100%;height:auto;padding:0}.content imgv{max-width:100%;border-radius:0;box-shadow:0 0 10px #000}@media screen and (max-width:720px){.modal{width:100%!important;margin:0!important;top:150px;height:auto!important;bottom:auto!important}.modal img{margin:auto;text-align:center}}@keyframes fadeIn_Modal{0%{opacity:0}to{opacity:1}}@keyframes fadeIn_Container{0%{opacity:0}to{opacity:.9}}