html,
    body {
        margin: 0;
        padding: 0;
    }
    .content {
        width:auto; 
        font-family: arial;
        font-size: 15px;
        color: #333;
        background: rgba(241,231,103,1);
        background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
        background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
        margin: 0;
        padding: 0 20px;
        min-height: 100px;
        height: 100px;
    }
    p, h1 {
        margin: 0;
        padding: 0;
    }
    p {
	    text-align:left;
        padding-top:20px;
        font-weight: bold;
    }
    h1 {
        float: left;
        line-height: 70px;
        font-size: 25px;
    }
    #countdown {
        color: #ff0000;
        font-weight: bold;
    }
    #skip {
        display: none;
        font-weight: bold;
    }
    #skip a {
        background: #ff0000;
        color: #fff;
        padding: 8px 20px;
    }
    .footer { position:relative; 
        bottom:0; 
        left:0; 
        width:auto; 
        font-size:14px; 
        font-weight:bold; 
        padding: 3px 20px;
        background: rgba(242,246,248,1);
        background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 28%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(28%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
        background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 28%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
        background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 28%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
        background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 28%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
        background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 28%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
        color: #000;
    }
    .container-iframe {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
    }
    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    @media only screen and (max-width: 768px) {
        .container-iframe {
            height: 100vh;
        }
    }