@media only screen and (min-width: 768px) {
    .responsive {
  width: 600px;
  height: 600px;
}
}

.required label:after {
    color: #ff9900;
    content: ' *';
    display:inline;
}