﻿@media only screen and (max-width: 767px){
    .ed-hero__tags{
        display: block;
    }
    .ed-hero__tags li{
        margin-bottom: 10px
    }
    .ed-breadcrumbs {
        padding: 150px 0px;
    }
    .ed-topbar__logo img{
        max-width: 130px;
    }
    .ed-topbar__info-buttons button{
        font-size: 12px;
        white-space: nowrap;
    }
}