.box {
  max-width: 100%;
  width: 100vh;
  height: 100vh;
}


model-viewer {
 height: 1000px;
 width: auto;
}

@media only screen and (max-width:1080px){
  
model-viewer {
 height: 400px;
}
}

#ar-button {
    width: 27%;
    cursor: pointer;
    border: 1px solid #d2195c;
    border-radius: 20px;
    background-color: #d2195c;
    color: white;
    transition: color .3s ease,background-color .3s ease;
    display: grid;
        
    
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0;
    margin-right: 10px;
}



#ar-button:hover {
    background-color: white;
    color: #d2195c;
}


WYŁĄCZONY button {
position: absolute;
float: right;
bottom: 0px;
right: 0;
margin-right: 10px;
}

#kup {
width: 27%;
border: 1px solid #d2195c;
border-radius: 20px;
background-color: #d2195c;
color: white;
transition: color .3s ease,background-color .3s ease;
float: right;
}

#ryfl {
  width: 35%;
    cursor: pointer;
    border: 1px solid #09262e;
    border-radius: 20px;
    background-color: #09262e;
    color: white;
    transition: color .3s ease,background-color .3s ease;
    display: grid;
    bottom: 0px;
    right: 0;
    margin-right: 10px;
}


#ar-button-aquality {
    width: 27%;
    cursor: pointer;
    border: 1px solid #09262e;
    border-radius: 20px;
    background-color: #09262e;
    color: white;
    transition: color .3s ease,background-color .3s ease;
    display: grid;
        
    
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0;
    margin-right: 10px;
}



#ar-button-aquality:hover {
    background-color: white;
    color: #09262e;
}
