@media ( min-width : 600px) {
	.select-box {
		display: inline-block;
		margin: 10px;
		border-radius: 10px !important;
	}
}

      /* selection container */
      .selection {
        position: relative;
        min-height : 750px;
      }

      /* selection box */
      .selection-border {
        background: rgba(0, 162, 255, 0.2);
        position: absolute;
        z-index: 1;
      }