.container {
	width: 40%;
	position: relative;

margin-right: auto;
margin-left: auto;
		
}
.outer-div.hide-sm {
	
	/*background: url('images/Raffle22Header.jpg');*/
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.outer-div {
    width:100%;
    text-align:center;
}
.half-size {
    float:left;
    width:50%;
    text-align:center;
}

form{

    clear:both;

	margin-right: auto;
margin-left: auto;
}
form label{
	font-size:14px;
}
input[type="text"], input[type="number"]  {
	width:50%;
	    font-size: 14px;
    height: 16px;
    padding: 5px 10px;
	display: block;
}
select {
	    font-size: 14px;
    height: 30px;
}
#totaldue , #cvv{
	width:15%;
}
#videoBtn img {
    height:auto; width:100%;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #2d4863;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
  text-align:center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
 .show-sm {
        display:none;
    }
   

@media only screen and (max-width: 600px) {

	.container {
		width:100%;
	}
     .outer-div {
        width:100%;
    }
    .half-size {
        width:100%;
        
    }
    .hide-sm 
    {
        display:none;
    }
    .show-sm {
        display:block;
    }
	.show-sm img {
		    width: 100%;
    height: auto;
	}
    form {
        width:100% !important;
    }
	input[type="text"], input[type="number"]  {
	width:80%;
	  
}

}