
body{ margin: 0; padding: 0;
}

.top-header{ 
    
width: 100%;
height: 59px;
background-color: #ffffff;
position: fixed;
-webkit-box-shadow: -2px 10px 19px 0px rgba(221,221,221,1);
-moz-box-shadow: -2px 10px 19px 0px rgba(221,221,221,1);
box-shadow: -2px 10px 19px 0px rgba(221,221,221,1); 
    z-index: 10000;}

.twitter-body{ border-left: #cccccc 1px solid; border-right: #cccccc 1px solid; min-height: 1000px; max-width: 680px; width: 100%;  margin: 0 auto;
right:70%; z-index: -1; padding-top: 70px;}

.twittervideo {
    position: relative;
     /* 16:9 */
    padding-top: 25px;
    height: 90%;
    margin-bottom: 10px;
    margin-top: px;
    width: 100%;
    }


.twittervideo iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
}



.twitter-body img {max-width: 100%; height: auto; display: block;}

.tweet{margin-top: 5px; width: 100%; margin: 0 auto; padding: 15px 10px; border-bottom:#CCC 1px solid; box-sizing: border-box;}
.tweet-same {margin-top: 5px; width: 100%; margin: 0 auto; padding: 15px 10px; box-sizing: border-box;}
.tweet img {max-width: 100%; height: auto; display: block;}
.post{}


.line-divider{background-image: url(images/line-divider.svg); height:auto; padding-bottom: 6%; background-repeat:repeat-y; margin-top: 10px; margin-left: 3%;}


@media (max-width: 1200px)  {
    
    .twittervideo {
    position: relative;
    padding-bottom: 51.25%; /* 16:9 */
    padding-top: 25px;
    height: 90%;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    }


.twittervideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    max-height: 200px;
}

    
    .tweet img {max-width: 600px; width: 100%; height: auto; display: block;}

}
    