body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url("../img/virtualWalk/Study-HUB-Photo-1.jpg") url("../img/virtualWalk/Study-HUB-Photo-2.jpg") url("../img/virtualWalk/Study-HUB-Photo-4.jpg") url("../img/virtualWalk/Study-HUB-Photo-5.jpg") url("../img/virtualWalk/Study-HUB-Photo-6.jpg") url("../img/virtualWalk/Study-HUB-Dollhouse-View.jpg");
}
#VirtualWalk{
    touch-action: none;
}
#slide1{
    background-image: url("../img/virtualWalk/Study-HUB-LONG-INTRO-480p-MP4.gif");
    opacity: 1;
}
#slide2{
    background-image: url("../img/virtualWalk/Study-HUB-Photo-1.jpg");
}
#slide3{
    background-image: url("../img/virtualWalk/Study-HUB-Photo-2.jpg");
}
#slide4{
    background-image: url("../img/virtualWalk/Study-HUB-Photo-4.jpg");
}
#slide5{
    background-image: url("../img/virtualWalk/Study-HUB-Photo-5.jpg");
}
#slide6{
    background-image: url("../img/virtualWalk/Study-HUB-Photo-6.jpg");
}
#slide7{
    background-image: url("../img/virtualWalk/Study-HUB-Dollhouse-View.jpg");
}
#VirtualWalkCarousel {
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    height: 100%;
    text-align: center;
    background-size: contain;
} 
.slide-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
}
#VirtualWalk{
    width: 100%;
    display: flex;
    height: 100vh;
}
#leftArrow, #rightArrow{
    width: 10%;
}
.arrow{
    color: white;
    font-weight: 300;
    font-size: 50px;
    align-items: center;
    display: grid;
    height: 100%;
    width: 100%;
}
.arrowDiv{
    cursor: pointer;
    text-align: center;
}
.btn-primary{
    color: white !important;
}