* {
    margin: 0px;
    padding: 0px;
}
body {

}
cloudhop-plans {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
}
about-cloudhop {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 51px; 
}
cloudhop-home {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 51px; 
}
cloudhop-plans > div.container-fluid {
    margin-top: 55px;
}
about-cloudhop > div.container-fluid {
    margin-top: 55px;
}
cloudhop-home > div.container-fluid {
    margin-top: 55px;
}
.fixed-info {
    left: 0px;    
    height: 640px;
    width: 25%;
    padding:1.5em 0em;
    position:absolute;
    background-color:rgba(0,0,0,0.25);
    z-index: 100;
}
