div.sub-section.popin {
    width: 330px;
    display: block;
    position: fixed;
    right: 25px;
    bottom: 0px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgb(0, 0, 0);
    z-index: 1000;
}
div.show__video-container {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 56%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
div.show__video-container.small {
    height: 350px;
}
div.show__video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.sub-section.popin h1 {
    font-size: 18pt;
    text-align: center;
}
div.sub-section.popin .button.live-coverage {
    text-transform: uppercase;
    background-color: #0069ff;
    box-shadow: none;
    padding: 20px 0;
    font-size: 14pt;
    color: #fff;
}
span.element-close {
    width: 35px;
    height: 35px;
    position: absolute;
    display: inline-block;
    font-size: 0pt!important;
    right: -15px!important;
    top: -15px!important;
    cursor: pointer;
    background-image: url('//hw.infowars.com/wp-content/images/x-button.png')!important;
}
@media (max-width: 599px) {
    div.sub-section.popin {
        display: none;
    }
}
@media (max-height: 520px) {
    div.sub-section.popin {
        display: none;
    }
}