*
{
    margin: 0;
    padding: 0;
}

.mrm80sMainbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding-bottom: 170px;
    width: calc(100vw - 300px);
    height: auto;
    background-color: #ffffff;
}

.mrm80sHerobox {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
    background-color: #000000;
}

.mrm80sHeropic {
    position: relative;
    top: 0;
    left: 50%;
    translate: -50%;
    z-index: 1;
    width: auto;
    height: 30vh;
    background-color: #000000;
}

.mrm80sTrack {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 50%;
    translate: -50%;
    z-index: 1;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 60%;
    height: auto;
    border-style: solid;
    border-width: 0 0 2pt 0;
    border-color: #1B316A;
    background-color: #ffffff;
    cursor: pointer;
}

.mrm80sPic {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 70px;
    border-style: solid;
    border-width: 0;
    border-radius: 5px;
}

.mrm80sData {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 1.3%;
    padding-right: 3%;
    width: 100%;
    height: auto;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #333333;
}

.mrm80sTx {
    position: relative;
    left: 50%;
    translate: -50%;
    margin-top: 70px;
    width: 60%;
    height: auto;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #333333;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
    font-weight: 500;
}

h3 {
    font-size: 1.25em;
    font-weight: 600;
}

i {
    font-style: italic;
}

.mrm80sPlayer {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 300px;
    z-index: 3;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 3%;
    padding-right: 3%;
    width: calc(100vw - 300px);
    height: auto;
    box-sizing: border-box;
    background-color: #1B316A;
}

.mrm80sPlayerPic {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 80px;
    border-style: solid;
    border-width: 0;
    border-radius: 5px;
}

.mrm80sPlayerData {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 1.3%;
    padding-right: 3%;
    width: 100%;
    height: auto;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
    box-sizing: border-box;
}

.mrm80sPlayerCtrl {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .mrm80sMainbox {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: auto;
        background-color: #ffffff;
    }

    .mrm80sHeropic {
        width: 90%;
        height: auto;
    }

    .mrm80sTrack {
        width: 90%;
    }
    
    .mrm80sPic {
        height: 50px;
    }
    
    .mrm80sData {
        padding-left: 2.7%;
    }

    .mrm80sTx {
        width: 80%;
    }

    .mrm80sPlayer {
        flex-wrap: wrap;
        left: 0;
        width: 100vw;
    }

    .mrm80sPlayerData {
        padding-left: 2.7%;
        width: calc(100% - 80px);
    }

    .mrm80sPlayerCtrl {
        margin-top: 7px;
        width: 100%;
        text-align: center;
    }
}