
html {
  position: relative;
  min-height: 100%;
}

.w-50{
    width:50% !important;
    float:left;
}
.w-100 {
    width: 100% !important;
}