/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

#fmv_player{ width:100%; }

#fmv_playlist{ display:none;}

#titlecard{
    display:block;
    font-family: "Big Noodle Titling", sans-serif;
    color:#fff;
    text-transform: uppercase;
   /* border: solid 2px #fff;*/
    padding: 20px 15px;
    /*background-color: rgba(0,0,0, 0.5);*/
    font-size: 62px;
    line-height:63px;
    z-index: 500;
    text-align:center;
    min-width:200px;
    max-width: 400px;
    margin: auto;
    position: absolute;
    width: 30%;
    height: 17%;
    /*overflow: auto;*/
    top: 0; left: 0; bottom: 0; right: 0;
   /* overflow:hidden;*/
}

.spantitle{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#fmv-shield{
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:300;
    background-color: rgba(0,0,0,0.5);
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    #titlecard{
        display:block;
        font-family: "Big Noodle Titling", sans-serif;
        color:#fff;
        text-transform: uppercase;
        border: solid 2px #fff;
        padding: 15px;
        background-color: rgba(0,0,0, 0.5);
        font-size: 30px;
        line-height:31px;
        z-index: 500;
        text-align:center;
        min-width:200px;
        max-width: 400px;
        overflow: auto;
        margin: auto;
        position: absolute;
        width: 30%;
        height: 50%;
        top: 0; left: 0; bottom: 0; right: 0;
        overflow:hidden;
    }

}


@media only screen  and (min-width : 1224px) {
    /* Styles */

    #titlecard{
        padding: 15px;
        width: 30%;
        height: 23%;
    }

    @media only screen  and (min-width : 1824px) {
        /* Styles */
        #titlecard{
            padding: 15px;
            width: 30%;
            height: 17%;
        }
    }

}