model-viewer {
    width: 100%;
    height: 300px;
    position: relative;
}
@media (max-width: 1024px) {
    model-viewer {
        height: 300px;
    }
}
@media (max-width: 767px) {
    model-viewer {
        height: 350px;
    }
}
.fullscreen-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fullscreen-icon img {
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 48em) {
    .fullscreen-icon {
   
    }
	/* Full-screen styles for iOS */
.ios-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white; /* Adjust as needed */
    z-index: 9999;
    overflow: hidden;
}
/* Full-screen styles for iOS */
.ios-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white; /* Adjust as needed */
    z-index: 9999;
    overflow: hidden;
}


.ios-fullscreen-close {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 2px;
	margin:0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10000;
}

}
