@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer{
   bottom: 0;
   position: fixed;
   z-index: 5;
  }
  html{
    background-color: transparent!important;
  }
  .boxed > .container{
    margin-bottom: 60px!important;
  }

.wjps-main-container > .row{
    margin: 120px; 
}
}
  @media only screen and (max-width: 768px){
    .col-12 {
    display: inline;
  }
}