
* {
    outline: none;
}


body {
    margin: 0px;
    background-color: black;
}


nav {
    position: fixed;
    z-index: 5;
}


.albums {
    border-radius: 5px;
    border: solid #333333 2px;
    border-bottom: solid #333333 4px;
    background-color: black;
    color: silver;
    margin: 10px;
}





.mainvid {
    width: 100%;
    position: fixed;
    top: -80px;
}

.back {
    position: fixed;
    height: 30px;
    bottom: 20px;
    left: 20px;
}


@media only screen and (max-width: 800px) {


    .mainvid {
        height: 130%;
        width: auto;
        top: -100px;
        left: -650px;
        
    }


}