/*
Theme Name:   Brainstorm
Description:  Write here a brief description about your child-theme
Author:       lecsa
Author URL:   Write here the author's blog or website url
Template:     total
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  brainstorm
*/

/* Write here your own personal stylesheet */


.ht-slide-caption {
display: none;

}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
