
@media (min-width: 100px) { 
    html {
        background-color: black;
        margin-left: 0%;
        margin-right: 0%;
    }
    
    body {
        background-color: red;
    }




#headline1 {
    text-align: center;
    text-decoration: underline;
    font-size: 250%;
}
.ddiv {
    background-color: gray;
    opacity: 1;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 5%; 
}
.mcdtxt {
    color: black;
    font-size: 100%;
    margin-bottom: 2%;
    margin-top: -1%;
    margin-left: 10%;
    float: left;
    text-decoration: none;
}

.ytpng {
    height: 12.5%;
    width: 12.5%;
    margin-top: -3.5%;
    margin-bottom: 5%;
    margin-right: 2%;
    float: right;
    cursor: pointer;

}

.downloadpng {
    height: 30%;
    width: 30%;
    margin-left: 15%;
    margin-top: -3%;
    cursor: pointer;
}

#mcdvra {
    margin-right: -6%;
    margin-left: 2%;
}

#mcdoha {
    margin-right: -6%;
}

#noVideo {
    opacity: 1;
    z-index: 10;

}

#background {
    background-color: gray;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

}

#overlay {
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
}



#novideodiv {
    background-color: black;
    color: white;
    z-index: -1;
    border-style: solid;
    border-color: white;
    width: 350px;
    max-width: 85%;
    position: fixed;
    margin-left: 17%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#novideoheader {
    color: red;
    border-style: solid;
    border-color: white;
    border-right: none;
    border-top: none;
    text-decoration: underline;
}

#novideo {
    padding: 5%;
}

#xbutton {
    float: right;
    margin-top: -7%;
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;

}

#nodownloaddiv {
    background-color: black;
    color: white;
    z-index: -1;
    border-style: solid;
    border-color: white;
    width: 350px;
    max-width: 85%;
    position: fixed;
    margin-left: 17%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#nodownloadheader {
    color: red;
    border-style: solid;
    border-color: white;
    border-right: none;
    border-top: none;
    text-decoration: underline;
}

#nodownload {
    padding: 5%;
}

#mcdbutton {
    background-color: black;
    color: red;
    width: 100%;
    height: 10%;
    margin-top: 2%;
    cursor: pointer;
}

#dcpng {
    width: 25%;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
}

@media (min-width: 600px) { 
    html {
        background-color: black;
        margin-left: 20%;
        margin-right: 20%;
    }
    
    body {
        background-color: red;
    }

    
#headline1 {
    text-align: center;
    text-decoration: underline;
    font-size: 250%;
}
.ddiv {
    background-color: gray;
    opacity: 1;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 5%; 
}
.mcdtxt {
    color: black;
    font-size: 200%;
    margin-bottom: 2%;
    margin-top: -1%;
    margin-left: 10%;
    float: left;
    text-decoration: none;
}

.ytpng {
    height: 12.5%;
    width: 12.5%;
    margin-top: -3.5%;
    margin-bottom: 5%;
    margin-right: 2%;
    float: right;
    cursor: pointer;

}

.downloadpng {
    height: 30%;
    width: 30%;
    margin-left: 15%;
    margin-top: -3%;
    cursor: pointer;
}

#mcdvra {
    margin-right: -6%;
    margin-left: 2%;
}

#mcdoha {
    margin-right: -6%;
}

#noVideo {
    opacity: 1;
    z-index: 10;

}

#background {
    background-color: gray;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

}

#overlay {
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
}



#novideodiv {
    background-color: black;
    color: white;
    z-index: -1;
    border-style: solid;
    border-color: white;
    width: 350px;
    max-width: 85%;
    position: fixed;
    margin-left: 17%;
    text-align: center;
}

#novideoheader {
    color: red;
    border-style: solid;
    border-color: white;
    border-right: none;
    border-top: none;
    text-decoration: underline;
}

#novideo {
    padding: 5%;
}

#xbutton {
    float: right;
    margin-top: -7%;
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;

}

#nodownloaddiv {
    background-color: black;
    color: white;
    z-index: -1;
    border-style: solid;
    border-color: white;
    width: 350px;
    max-width: 85%;
    position: fixed;
    margin-left: 17%;
    text-align: center;
}

#nodownloadheader {
    color: red;
    border-style: solid;
    border-color: white;
    border-right: none;
    border-top: none;
    text-decoration: underline;
}

#nodownload {
    padding: 5%;
}

#mcdbutton {
    background-color: black;
    color: red;
    width: 100%;
    height: 10%;
    margin-top: 2%;
    cursor: pointer;
}
}
































