/*-- Use For Custom Styling --*/

.hero-logo { max-width:400px; width:100%;}
.hero-logo a img { height: 70px !important; width: auto !important; padding:0 30px;}
.hero-logo a:first-child { border-right:1px solid #fff;}

@media screen and (max-width: 480px) {
.hero-logo a img {
    height: 50px !important;
    width: auto !important;
    padding: 0 10px;
}
.hero-logo a:last-child { border-right:0 solid #fff;}
}