@media screen and (min-width: 768px) {
	
	.myModal .modal-dialog  
	{
		width:470px;
	}

	.modal-open[style] {
		padding-right: 0px !important;
	}
}