﻿.Steps {
    cursor: default;
    display: block;    
    overflow: hidden;
    width: 100%;
    height: 150px;
}
.Steps_Container {
    display: table;
    table-layout: fixed;
    width: 100%;
    
    
    
    
}

.phone .Steps {
    overflow: inherit;
}