body {
    background-image: url(lylebg.png) ;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    color: #fff;
    font-family: sans-serif;
}

#wrapper {
    margin: 0 0 0 5em;
    font-weight: bold;
    text-shadow: 2px 2px 55px rgba(0,0,0,0.9);
}

h1 {
    width: 5em;
    margin: 150px 0 0 0;
    font-size: 8em;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 115px;
    color: #BD2D32;
}

a {
    color: #BD2D32;
}

#vids {
    display: flex;
    flex-wrap: wrap;
}

#vids > div {
    padding: 0 5px;
}

iframe {
    width: 366px;
    height: 222px;
    border: 1px solid rgba(225,225,225,0.4);
}

@media only screen and (max-width: 1230px) {
    #vids {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    iframe {
    width: 560px;
    height: 345px;
    }
}

@media only screen and (max-width: 768px) {

    h1 {
        font-size: 4em;
    }

    #vids {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    iframe {
    width: 350px;
    height: 210px;
    }
}

@media only screen and (min-device-width : 320px)  and (max-width: 480px) {

    #wrapper {
        margin: 0;
    }

    h1 {
        font-size: 3em;
        margin: 0;
        line-height: normal;
    }

    #vids {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #vids > div {
        padding: 0 0 20px 0;
    }

    iframe {
    width: 290px;
    height: 175px;
    }
}