@charset "UTF-8";#videos{display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:center;justify-content:center;}#videos li{-webkit-flex:0 0 auto;flex:0 0 auto;margin:10px;width:30%;min-width:150px;max-width:300px;}#videos a:before{color:#fff;content:"\f16a";display:block;font-family:FontAwesome;font-size:48rem;left:0;line-height:48rem;opacity:.85;position:absolute;text-align:center;transition:all .25s linear;top:calc(50% - 24rem);width:100%;}#videos a:after{border:5px solid rgba(41,41,41,.75);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;}/*@media all and (min-width:750px){#videos a:after{background:rgba(41,41,41,.85);bottom:-2px;color:#fff;content:attr(data-title);font-size:14rem;left:2px;line-height:1.5em;height:calc(1.5em + 10rem);opacity:0;overflow:hidden;padding:5rem;position:absolute;right:2px;text-overflow:ellipsis;transition:all .25s linear;white-space:nowrap;}#videos a:hover:after{bottom:2px;opacity:1;}}*/