@charset "utf-8";
/* CSS Document */
body{position:relative;}
@media only screen and (max-width: 4000px) and (min-width: 991px) 
{
img{margin: 0px auto;
    display: block; width:100%;
    height: 100vh;}
.button-p{    position: absolute; border: 5px solid #fff;
    top: 198px;}
.button{position: absolute;
    top: 198px; border: 5px solid #fff;
    right: 0;}
}
img{ display: block; width:100%;}
@media only screen and (max-width: 991px) and (min-width: 200px) 
{
img{margin: 15px auto 0px;
}