* {
    cursor: none !important;
}

body {
    font-family: sans-serif;
    background-color: transparent;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
    position: relative;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=='), url(../images/blank.cur), none !important;
}

figure {
    /*opacity: 0;
    -webkit-transition: opacity 1.0s, linear 0s, transform 1.0s;
    -moz-transition: opacity 1.0s, linear 0s, transform 1.0s;
    -o-transition: opacity 1.0s, linear 0s, transform 1.0s;
    transition: opacity 1.0s, linear 0s, transform 1.0s;*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border: none;
    position: relative;
}

img {
    height: 100vh;
    min-width: 100%;
    margin: auto;
    display: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.television img {
    aspect-ratio: 16 / 9;
    -o-object-fit: fill;
    object-fit: fill;
}

.promotions img {
    
    max-width: 100%;
    object-fit: contain;
}

video {
    height: 100vh;
    min-width: 100vw;
    width: 100%;
    margin: auto;
    display: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.bottom video {
    height: 100vh;
    width: 100vw;
    object-fit: fill;
}

iframe {
    /*display: none;       /* iframes are inline by default */
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: 100vw;
    padding: 0 !important;
    margin: 0 !important;
    cursor: none !important;
    background: none transparent;
}

#smoothweblifetv-youtube-player {
    /*position: absolute;*/
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: 100vw;
    padding: 0 !important;
    margin: 0 !important;
    cursor: none !important;
    background: none transparent;
    display: none;
}

embed {
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: 100vw;
    display: none;
}

object {
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: 100vw;
    display: none;
}

#custom-commercial-container {
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    min-height: 100%;
    padding: 10% 0 0 10%;
    padding: 0;
    color: #fff;
    z-index: 20;
}

#custom-commercial {
    width: 100%;
    height: 100%;
    /*height: -webkit-fill-available;*/
    min-height: 100%;
    /* Postion*/
    /*position: absolute;*/
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#custom-commercial-content {
    padding: 0%;
    width: calc(100% - 15%);
    text-shadow: 1px 1px 20px #070c1f2e;
    display: flex;
    flex-direction: column;
}

#title, #description, #price {
    font-family: 'Barlow Condensed', sans-serif;
    margin: 30px 20px;
    line-height: 1.35;
}

#title {
    font-size: 80px;
    font-size: 8vw;
    line-height: 1.1;
    text-transform: capitalize;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}

#description {
    font-size: 30px;
    font-size: 3vw;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    width: 60%;
}

#price {
    font-size: 54px;
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
}

body.promotions,
.promotions figure {
    max-height: 470px;
    min-height: 470px;
}

.promotions #title {
    font-size: 10vw;
    margin: 0;
}

.promotions #description {
    width: calc(100% - 10%);
    font-size: 4vw;
    max-height: 185px;
    overflow: hidden;
    padding: 0 5%;
}


.promotions #price {
    font-size: 10vw;
    margin: 0;
}

@media (max-width: 320px) {

    body.promotions,
    .promotions figure {
        max-height: 314px;
        min-height: 314px;
    }

    /*.promotions #title {
        font-size: 10vw;
        margin: 0;
    }

    .promotions #description {
        width: calc(100% - 10%);
        font-size: 4vw;
        max-height: 185px;
        overflow: hidden;
        padding: 0 5%;
    }

    .promotions #price {
        font-size: 10vw;
        margin: 0;
    }*/
}

#custom-commercial-cover {
    /*box-shadow: inset 0 0 0 1000px rgba(0,0,0, 0.2);*/
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: transparent;
    /*background: linear-gradient(270deg, rgba(245, 0, 255,0.0) 0%, rgba(245, 0, 255,0.5) 60%);*/
}

#playerState {
    position: absolute;
    top: 25px;
    left: 10px;
    background-color: #FFF;
    padding: 5px;
}

.transition {
    /*opacity:.982;*/
    animation: fadein 2s;
}

.transition2 {
    /*opacity:.02;*/
    animation: fadeout 2s;
}

@keyframes fadein {
    from {
        opacity: 0.02;
        transform: scale(1.1);
    }

    to {
        opacity: .98;
        transform: scale(1);
    }
}

@keyframes fadeout {
    from {
        opacity: .98;
    }

    to {
        opacity: 0.02;
    }
}
