body {
    background-image: url('../images/Template\ Product\ Tour\ Demos\ Background.png');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}
.main {
    display:grid;
    grid-template: 1fr 7fr 1fr/ 1fr;
    justify-content: center;
    align-items: center;
    height:100vh;
    width: 80vw;
    margin: auto;
}
.client-logo {
    width:100px;
    /* height: auto; */
    margin-left:auto;
    margin-right:auto;
    justify-content: center;
    padding: 25px;
}

.epigraph-logo-container {
    width:125px;
    /* height: auto; */
    margin-left:auto;
    margin-right:auto;
    justify-content: center;
    position: relative;
}

.epigraph-logo {
    width:125px;
    /* height: auto; */
    margin-left:auto;
    margin-right:auto;
    justify-content: center;
    padding:25px;
    left:-15px;
    position: relative;
}

.epigraph-ar-container {
    width: 100%;
    height: 100%;
}

epigraph-ar {
    background-color: white;
}

@media screen and (max-width: 991px) {
    body {
        background-image: url('../images/Template\ Product\ Tour\ Mobile\ Background.png');
    }
}
