/* from medium devices (md) */
@media (min-width: 768px){
  .fixed-width{
    width:70vw;
  }
}
