.vine-container {
    margin:0 auto;
    height:100%;
}

.vine-container iframe,
.vine-container object,
.vine-container embed {
    height:100%;
    width:100%;
    max-width:480px;
}

.vine-container-wrap {
    width:100%;
    text-align:center;
    margin:0 auto;
    position:relative;
    height:100%;
}

.fotorama-youtube-container {
    width:900px;
    margin:0 auto;
    height:100%;
    overflow-y:auto;
    overflow-x:auto;
}

.fotorama-youtube-container iframe {
    width:100%;
    height:90%;
}

.fotorama-tweet-container {
    width:100%;
    max-width:550px;
    height:100%;
    margin:0 auto;
    overflow-y:hidden;
}

.mfp-content {
    height:100%;
}

.fotorama-popup {
    position:   relative;
    background: #FFF;
    padding:    0px;
    width:      80%;
    margin:     20px auto;
}

.fotorama {
    min-width:550px;
}

.fotorama__caption {
    text-align:center;
    margin-bottom:20px;
}

.fotorama__caption__wrap {
    background-color: rgba(220,220,220,0.5);
}
.fotorama__nav-wrap {
    border-top:1px solid #888;
    margin-top:0px;
}

.fotorama__html{
    height:100%;
}


