.lp-panic-button {
   position: fixed; 
   right: 1rem;
   top: 212px;
}

@media only screen and (max-width:768px){
  .lp-panic-button {
      top: 182px;
	}
}

@media only screen and (max-width:576px){
   .lp-panic-button {
      top: 168px;
	}
}

@media only screen and (min-width:1200px){
   .lp-panic-button {
      right: 0;
      left: 670px;
	}
}

@media only screen and (min-width:992px){
   .lp-panic-button {
      right: 0;
      left: 600px;
	}
}