/*********************************************
* IMAGES
*********************************************/
-.reveal section img {
+.reveal section img, .reveal section object, .reveal section video {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #FFFFFF;
-o-transition: all .2s linear;
transition: all .2s linear; }
-.reveal a:hover img {
+.reveal a:hover img, .reveal a:hover object, .reveal a:hover video {
background: rgba(255, 255, 255, 0.2);
border-color: #8b743d;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }