/*
Plugin Name: Ane Player
Plugin URI: http://anetecnologia.com.br
Description: Vídeos upado ou embeds: Xvideos, Redtube, Pornhub e Youporn.
Version: 1.0
Author: Ane Tecnologia
Author URI: http://anetecnologia.com.br
Text Domain: ane-player
*/

iframe {
    max-width: 100% !important;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 10px;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-aspect-ratio: 640/640) and (max-width: 767px) {
    .video-container {
        padding-bottom: 81% !important;
    }
}

@media (min-width: 930px) {
    .video-container {
        height: 503px;
        padding-bottom: 0;
    }
}