.spoof_container{
  height: 100%;
  width: 200px;
}
@media (max-width: 1000px){
  .spoof_container{
    display: none;
  }
}