
/* 
    Created on : 24/11/2022, 15:16:12
    Author     : BRUNO
*/

#conteiner .embed-container{
 width: 853px;
 height: 480px;
 margin: 20px auto;
 padding: 10px;
}
@media only screen and (max-width: 900px) {
 #conteiner{
 width: 100%;
 height: 100%;
}
.embed-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
 height: auto;
 margin-top: 30px;
 margin-bottom: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}}
