/* Content Widget Presentation */
.widget-logo{
    width:100%; float:left;margin-bottom:40px!important;
}
@media screen and (min-width: 1024px){
    .widget-logo {margin-bottom:60px!important;}
}
.widget-logo .widget-logo-left { float:left; width:100%; }
.widget-logo .widget-logo-left img{width:100%;height:auto;}
@media screen and (min-width: 1024px){
    .widget-logo .widget-logo-left { margin-right:40px; max-width:150px; }
}
.widget-logo .widget-logo-right{ display:inline-block; margin-top:10px; }
@media screen and (min-width: 1024px){
    .widget-logo .widget-logo-right { display:block; margin-top:60px; }
}

