﻿
.bcu-header .bcu-logo-new {
  
    background-image: url(/images/styleguide-logo.svg);
  
}

.hero-banner {
    width:100%;
    height:450px;
    background:#000;
    position:relative;
    overflow:hidden;
}

.hero-banner_img {
    position:absolute;
    width:100%;
    z-index:1;
}

.hero-banner_title {
    position:absolute;
    width:940px;
    height:200px;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:100;
}

.styles-nav .panel_item  {
  height:100px;
}

code {font-family: Courier, 'New Courier', monospace;}

@media(max-width: 900px) {
    
    .hero-banner_title {
    position:relative;
    width:auto;
    height:auto;
    margin:20px;
    }

    .hero-banner_img {
    position:absolute;
    width:auto;
    height:100%;
    z-index:1;
    }

   
    #styles-tabs-mobile {
    display: block !important;
    }


}
