
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("/images/products/backmask/bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr var(--currentbp_center) 1fr;
}
.content a {
    text-decoration: none;
}
.middlecolumn {
    margin-left: 16px;
    margin-right: 17px;
}

@font-face {
    font-family:'L5S';
    src:url('../fonts/Lato-Semibold.woff2') format('woff2');
    font-weight:600;
    font-style:normal;
}

#ipadonlyvertlogo, #fillbardl, #fillbarbullets {
    display: none;
}
#fillbarbs {
    display: none;
    height:129px;
    z-index: 1;
}
#pitchbox {
    background-color: rgba(178, 178, 178, 0.25);
}
#titlesection {
    display: grid;
    grid-template-columns: 593px 354px;
    grid-template-areas:
    "title .";
    margin-top: 20px;
    margin-bottom: 20px;
}
.title {
    width: 593px;
    height: 65px;
}
#titleblock {
    width: 100%;
    height: 65px;
    background-color: #333333;
    opacity: 0.6;
}
.pitch {
    align-self: center;
    display: grid;
    grid-template-columns: 593px 354px;
    grid-template-areas:
    "ui bullets"
    "ui downloads"
    "ui buysteal";
    margin-bottom: 20px;
    background-color: rgba(173, 76, 76, 0.8);
}

#uipreview {
    grid-area: ui;
    background-color: black;
    background-image: url("/images/products/backmask/ui.jpg");
    background-repeat: no-repeat;
    width: 593px;
    height: 573px;
}

#uipreview > video {
    margin-left: 29px;
    margin-top: 27px;
    border-radius: 4px;
    height: 518px;
}

.bullets {
    grid-area: bullets;
    font-family: 'L5S';
    padding: 20px 30px 0px 20px;
}
.bullets p:first-child {
    font-size: 20px;
    line-height: 30px;
}
.bullets p {
    font-size: 14px;
    line-height: 21px;
}
#bulletcollection > p {
    margin-bottom: 20px;
}

.downloads {
    grid-area: downloads;
    display: grid;
    grid-template-columns: 120px auto auto;
    font-family: 'L5S';
    line-height: 20px;
    font-size: 14px;
    background-color: #383434E5;
    margin-bottom: 20px;
}
.downloads a {
    z-index: 10;
}
.buysteal {
    grid-area: buysteal;
    display: grid;
    grid-template-columns: 120px auto auto;
    font-family: 'L5S';
    line-height: 20px;
    font-size: 14px;
    background-color: #383434E5;
    margin-bottom: 20px;
}


#dlinstaller {
    justify-self: center;
    margin-top: 20px;
    color: #30B579;
    font-weight: 600;
    z-index: 10;
}
#dlformats {
    grid-column: 1/-1;
    justify-self: right;
    word-spacing: 9px;
    margin: 0px 25px 5px 0px;
    color: #30B579;
    z-index: 10;
}
#buynow {
    justify-self: center;
    margin-top: 14px;
    line-height: 30px;
    color: #B2B2B2;
}
.productButton {
    width: 90px;
    height: 54px;
    border-color: #787878;
    background-color: #30B579;
    border-radius: 3px;
    border-radius: 3px;
    transition-duration: 300ms;
    transition-delay: 0s;
    transition-timing-function: ease;
    margin-top: 20px;
}
.productButton:hover {
    background-color: #27A568;
}
.productButton p {
    color: black;
    font-family: 'L5';
    font-size: 18px;
    line-height: 54px;
    text-align: center;
}

.buybutton {
    border-width: 0px;
    background-color: var(--fsi_yellow);
}
.buybutton p {
    color: black;
}
.buybutton:hover {
    background-color: #DDA21A;;
}
#stealbutton {
    background-color: var(--fsi_yellow);
    color: black;
}
#stealbutton p {
    color: black;
}
#stealbutton:hover {
    background-color:#DDA21A;;
}
#shortbreaker {
    grid-column: 1/-1;
    height: 10px;
    background-color: #232323;
}
#infographic {
    background-color: #B2B2B299;
    text-align: right;
    font-family: 'L5';
    font-size: 25px;
    line-height: 30px;
    color: #232323;;
}

#beholdbanner {
    grid-column: 1/-1;
    background-color: #AD4C4CCC;
    text-align: center;
    font-size: 40px;
    line-height: 63px;
    font-weight: 700;
    color: #232323;
    font-family: 'L5';
    margin-top:40px;
    margin-bottom: 20px;
}
#videotapes {
    padding-bottom: 37px;
    background-color: #232323EC;
}
#videogrid {
    display: grid;
    grid-template-columns: 463px 463px;
    grid-template-areas: 
    "brainwash crimehole"
    "demotime demotime";
    column-gap: 20px;
    row-gap: 20px;
}

.vid iframe{
    width: 463px;
    height: calc(260px);
}
.vid p {
    font-family: 'L5';
    font-size: 25px;
    line-height: 30px;
    color: white;
    margin-top: 0px;
    margin-bottom:10px;
    font-weight: 700;
}
#demotime {
    grid-area: demotime;
}
#crimehole {
    grid-area: crimehole;
}
#brainwash {
    grid-area: brainwash;
}
#demotime iframe {
    width:946px;
    height:532px;
}
#featureholder {
    background-color: #141414EC;
}
#featurelist {
    display: grid;
    grid-template-columns: 295px 295px 295px;
    grid-template-areas: 
    ". . ."
    "fe1 fe2 fe5"
    "fe3 fe4 fe6";
    font-family: 'L5';
    margin-top: 20px;
    margin-bottom: 50px;
    column-gap:31px;
    row-gap: 50px;
}
#fe1 {
    grid-area: fe1;
}
#fe2 {
    grid-area: fe2;
}
#fe3 {
    grid-area: fe3;
}
#fe4 {
    grid-area: fe4;
}
#fe5 {
    grid-area: fe5;
}
#fe6 {
    grid-area: fe6;
}
.fe {
    justify-self: center;
}
.fe p {
    font-family: 'L5S';
    color: #B2B2B2;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
}
.fe img {
    border-radius: 5px;
}
#yetanotherbackmasklogo {
    display: none;
}
#runonnonsense {
    grid-column: 1/4;
    grid-row: 1/2;
    font-size: 25px;
line-height: 30px;
color: white;
margin-top: 20px;
}

#userquoterow {
    background-color: #F4B41D4C;
}

#userquote {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #F4B41D;
    font-family: 'L5';
    padding: 40px 0px 40px 0px;
}

#reqbox {
    background-color:#191919EC;
}

#reqs {
    display: grid;
    grid-template-areas:
    "reqlogo reqtext";
    column-gap: 20px;
}

#reqlogo {
    grid-area: reqlogo;
    width: 342px;
    height: 309px;
    margin-top: 20px;
}

#reqtext {
    grid-area: reqtext;
    font-size: 14px;
    line-height: 21px;
    font-family: 'L5M';
    color: #B2B2B2;
}

#reqtext a, a:visited, a:active {
    color:white;
    text-decoration: none;
}
#reqtext a:hover {
    color: var(--fsi_yellow);
    text-decoration: underline;
}
#reqtext p:first-child {
    color: white;
}

@media screen and (max-width: 1000px)
{
    #titlesection {
        display: none;
    }
    .pitch {
        grid-column: 2/3;
        grid-template-columns: 110px auto auto;
        grid-template-areas: 
        ". downloads buysteal"
        "titlevert ui ui"
        ". bullets bullets";
        margin-bottom: 0px;
        background-color: transparent;
        
    }
    .downloads, .buysteal {
        background-color: transparent;
        z-index: 10;
        grid-template-columns: 100px auto 90px;
        margin-bottom: 40px;
    }



    #dlinstaller {
        justify-self: left;
        margin-top:16px;
    }
    #dlformats {
        line-height: 14px;
        margin-top: 14px;
        margin-right: 0px;
    }



    #ipadonlyvertlogo {
        display: block;
        grid-area: titlevert;
        height: 573px;
        margin-left: 8px;
    }
    .bullets {
        background-color: transparent;
        padding: 20px 0px 0px 0px;
        z-index: 10;
        margin-bottom:7px;
    }
    .bullets p:first-child {
        margin-top: 10px;
    }
    
    #bulletcollection p:first-child {
        margin-bottom: 14px;
    }
    #bulletcollection {
        margin-bottom: 8px;
    }
    #bulletcollection p:nth-child(2) {
        max-width: 500px;
    }
    #bulletcollection p:last-child {
        margin-bottom: 6px;
        
        max-width: 500px;
    }

    #fillbardl {
        display: block;
        background-color: #2B2B2BCC;
        height:129px;
        z-index: 1;
    }

    #fillbarbullets {
        display: block;
        background-color: rgba(173, 76, 76, 0.8);;
        height: 173px;
        z-index: 1;
    }
    #beholdbanner {
        font-size: 25px;
        line-height: 53px;
        text-align: left;
    }
    #infographic p {
        font-size: 20px;
        line-height: 24px;
    }
    #videogrid {
        grid-template-columns: 712px;
        grid-template-areas: 
        "brainwash"
        "demotime"
        "crimehole";
        column-gap: 20px;
        row-gap: 20px;
    }
    
    .vid iframe{
        width: 712px;
        height: 400px;
    }

    #demotime iframe {
        width: 712px;
        height: 400px;
    }
    #runonnonsense {
        text-align: right;
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #featurelist {
        display: grid;
        grid-template-columns: 1fr 77px 1fr;
        grid-template-areas: 
        ". . . "
        "fe1 yabl fe2"
        "fe3 yabl fe5"
        "fe4 yabl fe6";
        column-gap: 20px;
        row-gap: 28px;
    }
    .fe p {
        
        line-height: 21px;
    }
    #yetanotherbackmasklogo {
        display: block;
        grid-area: yabl;
        opacity: 0.2;
    }
    #yetanotherbackmasklogo img {
        width: 100%;
    }
    #userquote {
        font-size: 31px;
        line-height: 37px;
    }
}

@media screen and (max-width: 768px)
{
    .middlecolumn {
        margin-left: 0px;
        margin-right: 0px;
    }
    #titlesection {
        display: block;
        grid-template-columns: 1fr;
        margin-bottom: 18px;
    }
    .title {
        width: 100%;
        height: 50px;
    }
    #titleblock {
        display: none;
    }
    .pitch {
        grid-column: 2/3;
        grid-template-columns: 1fr ;
        grid-template-areas:
        "ui " 
        "downloads "
        "buysteal "
        "bullets ";
        margin-bottom: 0px;
        background-color: transparent;
        
    }
    #uipreview {
        background-image: url("/images/products/backmask/ui_small.jpg");
        width: 461px;
        height: 445px;
        background-size: cover;
    }
    #uipreview > video {
        margin-left: 22px;
        margin-top: 21px;
        width: 169px;
        height: 402px;
        border-radius: 54x;
    }
    #fillbarbs {
        display: block;
        background-color: #141414EC;
        height: 100px;
    }
    #fillbardl {
        height: 120px;
    }
    .downloads {
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
        grid-template-columns: auto 120px 110px 90px auto;
        
        height: 120px;
    }
    #dlinstaller {
        grid-column: 2/3;
        margin-top: 17px;
        justify-self: left;
    }
    #dlformats {
        grid-column: 2/5;
        margin-right: 12px;
        
        line-height: 21px;
        margin-top: 0px;
    }
    .buysteal {
        margin-top:0px;
        margin-bottom: 0px;
        width: 100%;
        grid-template-columns: auto 120px 110px 90px auto;
        height: 100px;
    }
    #buynow {
        grid-column: 2/3;
        margin-top: 15px;
        margin-bottom: 5px;
        justify-self: left;
    }
    #stealbutton {
        margin-top: 23px;
    }
    .buybutton {
        margin-top:23px;
        z-index: 10;
    }
    .bullets {
        padding: 0px;
        margin-bottom: 5px;
    }
    #bulletcollection p {
        line-height: 18px;
    }
    #bulletcollection p:first-child {
        margin-top:16px;
        margin-bottom:17px;
        max-width: 300px;
        line-height: 25px;
    }
    #bulletcollection p:last-child {
        margin-bottom: 9px;
    }
    #fillbarbullets {
        height: 189px;
    }
    #ipadonlyvertlogo {
        display: none;
    }
    #infographic p {
        font-size: 14px;
        line-height: 17px;
    }
    #beholdbanner {
        text-align: left;
        font-size: 20px;
        line-height: 20px;
        height: 76px;
        margin-top: 10px;
    }
    #beholdbanner p {
        width: 480px;
        margin-top: 36px
    }
    #videogrid {
        grid-template-columns: 480px;
        margin-top: 0px;
    }
    .vid p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
    }
    .vid iframe{
        width: 460px;
        height: 259px;
    }

    #demotime iframe {
        width: 460px;
        height: 259px;
    }

    #runonnonsense {
        text-align: left;
        font-size: 21px;
        line-height: 25px;
    }

    #featurelist {
        display: grid;
        grid-template-columns: 104px 1fr;
        grid-template-areas: 
        ". . "
        "yabl fe1"
        "yabl fe2"
        "yabl fe3"
        "yabl fe4";
        column-gap: 0px;
    }
    .fe {
        justify-self: right;
        max-width: 298px;
    }
    #fe5 {
        display: none;
    }
    #fe6 {
        display: none;
    }
    #userquote {
        font-size: 30px;
        line-height: 36px;
    }
    #reqs {
        display: grid;
        grid-template-areas:
        "reqtext"
        "reqlogo";
    }
    #reqlogo {
        justify-self: center;
    }
}

@media screen and (max-width: 480px)
{
    .middlecolumn {
        margin-left: 15px;
        margin-right: 15px;
    }
    #titlesection {
        margin-top: 30px;
        margin-bottom: 6px;
    }
    .title {
        width: 100%;
        height: 33px;
    }
    #uipreview {
        background-image: url("/images/products/backmask/ui_mobile.jpg");
        width: 290px;
        height: 280px;
    }
    #uipreview video:first-child {
        display: none;
    }
    #dlinstaller {
        font-size: 13px;
        grid-column: 1/2;
        justify-self: left;
        margin-top:18px;
    }
    #dlformats {
        grid-column: 1/4;
        margin-right: 0px;
    }
    #buynow {
        font-size: 14px;
        grid-column: 1/2;
        margin-top:22px;
        margin-bottom: 0px;
        justify-self: left;
    }
    .downloads {
        margin-top: 30px;
        width: 290px;
        grid-template-columns: auto 105px 90px;
        height: 114px;
    }
    .buysteal {
        margin-top:20px;
        width: 100%;
        grid-template-columns: auto 105px 90px;
        height: 114px;
    }
    #stealbutton {
        margin-top: 30px;
    }
    .buybutton {
        margin-top:30px;
    }
    .bullets {
        height: 245px;
    }
    .bullets p {
        font-size: 13px;
        line-height: 16px;
    }
    .bullets p:first-child {
        margin-top: 14px;
        font-size: 19px;
        line-height: 24px;
    }
    #fillbardl, #fillbarbs {
        background-color: #383434EC;
        height: 114px;
    }
    #fillbarbullets {
        margin-top: -248px;
        height: 498px;
    }
    #bulletcollection p:first-child {
        margin-top: 28px;
    }
    #bulletcollection p:last-child {
        margin-bottom: 80px;
    }
    #infographic p {
        font-size: 13px;
        line-height: 16px;
    }
    #beholdbanner {
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    #beholdbanner p {
        width: 310px;
        margin-top: 22px;
    }
    .vid p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }

    #videogrid {
        grid-template-columns: 320px;
        column-gap: 10px;
        row-gap: 0px;
    }
    
    .vid iframe{
        width: 300px;
        height: 169px;
    }
    #demotime iframe {
        width: 300px;
        height: 169px;
    }

    #runonnonsense {
        grid-column: 1/2;
        grid-row:1/2;
        font-size: 19px;
        line-height: 23px;
        margin-right: 20px;
    }

    #featurelist {
        display: grid;
        grid-template-columns: 320px;
        grid-template-areas: 
        ". "
        "fe1"
        "fe2"
        "fe3"
        "fe4";
        row-gap: 20px;
    }
    .fe {
        justify-self: left;
    }
    #yetanotherbackmasklogo {
        display: none;
    }

    #userquote {
        font-size: 20px;
        line-height: 24px;
    }
    #reqlogo {
        justify-self: center;
        width: 280px;
        height: 260px;
    }
    #reqs {
        margin-bottom: 30px;
    }
}