.psse_container {
  position: relative;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
  background-size:cover;
}

.psse_canvas {
  position: absolute;
  top: 0;
}

/* Desktops */
@media only screen and (min-width : 769px) {

  .psse_no_desktop{display:none !important;}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 481px) and (max-width : 768px) {
	
  .psse_no_tablet{display:none !important;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
  .psse_no_mobile{display:none !important;}

}