.w-full {width: 100%}
.w-full-m {width: 100%}
@media(min-width:980px){
  .w-full-m {width: auto}
}

.display-inline-block {display: inline-block;}