@media (max-width: 400px) {
  .placeit {
    position: absolute;
    top: 0vh;
    left: 0%;
    right: 5%;
    bottom: 5%;
    margin: auto;
  }
}

@media (min-width: 400px) {
  .placeit {
    position: absolute;
    top: 15vh;
    left: 0%;
    right: 5%;
    bottom: 5%;
    margin: auto;
  }
}

.bodyprops {
  background: url("../../assets/img/swp.webp") center / 100% 100% no-repeat fixed;
}

.centrit {
  text-align: center;
}

.vidprops {
  max-width: 100vw;
  height: auto;
}

.imipad {
  padding-bottom: 5px;
}

@media (max-width: 400px) {
  .mobbit {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

