/*  
Theme Name: Nicks Base Theme
Description: A starter theme for PageLines using leet LESS methods. Use it as a base for your own creations. Find me @nphaskins
Version: 1.2
Author: Nick Haskins
Author URI: http://nickhaskins.com
Template: dms
*/

// Add Link to MediaBox
.section-mediabox {
    .the-media{
    position: relative;
        .the-media-html {
            position: absolute;
            display: inline-block;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
                div, p, a {
                    width: 100%;
                    height: 100%;
                    margin: 0px;
                    padding: 0px;
                    display: inline-block;
                }
            }
        }
}
.mediabox-link {
  .section-mediabox
}