/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

        #backtop {
	        position: fixed;
            left:auto;right: 20px;top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:rgba(49,79,96,0.84);
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:2px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:#27CFC3;
        }
        #backtop.mcOut {
            opacity:0;
        }

/*MMMMMM-: 
<script src="float-panel.js"></script>
</head>
<body>
    <div id="backtop">&#9650;</div> :-MMMMMMMMMMMMMMMMM*/

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
figure { width: 90%; min-width: 17.5em; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
.boxVideo {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img{
	max-width:100%;
	height:auto;
}

/*<figure><div class="boxVideo">
<iframe width="420" height="315" src="videotube" frameborder="0" allowfullscreen></iframe>
</div><figcaption>descrição do video</figcaption></figure>*/

/*<figure><video poster="videos/cover.jpg" controls><source src="video.mp4" type="video/mp4"/></video><figcaption>descrição do video</figcaption></figure>*/ 
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
figure { width: 90%; min-width: 320px; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
video {
    width: 100%;
    height: auto;
}

img{
	max-width:100%;
	height:auto;
}


/*<figure><video poster="videos/cover.jpg" controls><source src="video.mp4" type="video/mp4"/></video><figcaption>descrição do video</figcaption></figure>*/


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
