

.main-container {
  background: url(https://cdn.joinnus.com/prime/wtl/body_mob.jpg);
  background-blend-mode: normal, screen;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  background-color: #000 !important;
}

@media screen and (min-width: 48em) {
  .main-container {
    background: url(https://cdn.joinnus.com/prime/wtl/body.jpg);
  }
}
.fixed-down-style {
    position: fixed !important;
        bottom: -2.5rem; 
    background: #011021;
    right: auto;
    left: auto;
    display: none;
    z-index: 999;
    padding-top: 0.5rem !important;
    border-top: 8px #011021 solid;
    margin: 0;
}
.fixed-down-style img {
   width: 26% !important;
}

.card {
    border: 2px solid rgb(255 252 252) !important;
    background: transparent !important;
}


.copyright{
    color: #fff;
}
#multimedia img{
   display: none;

}
@media (max-width: 799px) {

.fixed-down-style img {
   width: 100%;
}
.p-5 {
    padding: 1rem!important;
}
}