.mac-box {
    height: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-bottom: 0vh;
}
.mac-box > div {
    width: 100%;
}
.mac-prog-box {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.mac-logo-box img{
    width: 110px;
    height: auto;
}
.max-prog {
    width: 300px;
    /* min-width: 300px; */
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #262626;
    border: 1px solid #333333;
}
#prog-bar {
    background-color: #ccccccff;
    width: 0%;
    max-width: 100%;
    height: 100%;
    border-radius: 5px;
    /* box-shadow: 0 0 5px #fff; */
    transition: width .5s;
}