body    {
    background:#FFFFFF;   
}
#break  {
    display:none;   
}
#embedded_video  {
    width:560px;
    height:315px; 
}
#headline   {
    font-size: 30px; 
    margin-top:40px;
    font-family: Tahoma, Geneva, sans-serif;
}
#subtext   {
    font-size: 22px; 
    font-family: Tahoma, Geneva, sans-serif;
    margin-top:10px;
}
#video  {
    width:560px;   
}
#later_visible   {
    text-decoration:none;   
    color:red;
    transition:0.3s all ease;
    opacity:0;
}
#subtext_link   {
    text-decoration:none;   
    color:#000000;
    transition: 0.3s all ease;
    font-size:24px;
    font-weight:normal;
}
#subtext_link:hover   {
    text-decoration:underline;   
    color:red;
}
#top    {
    position:absolute;
    width:100%;
    height:20px;
    background:#1A1A1A;
    top:0px;
    left:0px;
}
#footer  {
    position:relative;
    width:100%;
    height:40px;
    background:#1A1A1A;
    bottom:0px;
    left:0px;
    color:#FFFFFF;
    font-family: Tahoma, Geneva, sans-serif;
    font-size:12px;
    line-height:40px;

}
#footerlink {
    text-decoration:none; 
    color:#FFFFFF; 
}
#footerlink:hover   {
    text-decoration: underline;   
}
#footer_text    {
    margin-left:10px;
    margin-right:10px;
    position: 
}
#footer_separator    {
}
@media screen and (max-width: 560px) {
    #break  {
        display:block;   
    }
    #headline   {
  
    }
    #video  {
        width:100%;   
    }
    #embedded_video {
        width:100%;   
    }
    #footer {
        position:fixed;
        bottom:0px;
        left:0px;
        height:auto;
        min-height:120px;
    }
    #footer_text    {
        clear:both;
    }
    #footer_separator    {
        clear:both;
        display:none;   
    }
    #textarea   {
        width:100%;   
    }

}