*{
    margin : 0px;
    padding: 0px;
    font-family: Avenir Next;
		font-style: normal;
		font-weight: bold;
}

body{
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    background-image: url(images/mustang.jpg);
background-attachment: fixed;
    background-size: 100vw;
    background-repeat: no-repeat;
    position: static;
    margin-top: 
}
part1{
    position: absolute;
    top: 56.25vw;
    width: 100%;
    height: 56.25vw;
    background-color: aliceblue;
    left:0px;
    opacity: 0;
}
div#slider{
    overflow: auto;
    white-space: nowrap;
    width: 100vw;
    height: 56.25vw;
}
div#slider figure{
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
div#slider figure img{
    height: 56.25vw;
    float: left;
    scroll-snap-align: start;
}
::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}
part2{
    position: absolute;
    top: 138vw;
    width: 100%;
    height: 56.25vw;
    background-image: url(images/G1.jpg);
    background-size: cover;
    left:0px;
    opacity: 0;
}
#B{
    position: relative;
    font-size: 5vw;
    color: orange;
    margin-top: 1vw;
    margin-right: 4vw;
    text-align: right;
    text-shadow: 3px 2px 4px black;
}


