
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0%;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: center;
  }

.rslides img {
  display: block;
  height: auto;
  float: center;
  width: 100%;
  border: 0;
  }

form {
    width: 568px;
}

@media only screen and (max-width: 568px) {
    form {
        width: 100%;
    }
}
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #B9B9B9;
}
body {
    background-image: url("bkg-1.jpg");
    background-repeat: norepeat;
}
a:link {
	color: #740F0A;
}
a:visited {
	color: #740F0A;
}
a:hover {
	color: #B70909;
}
a:active {
	color: #B70909;
}
h1 {
	font-family: Courier New, Courier, monospace;
	font-size: 20px; line-height: 25px;
	font-weight: bold;
	color: #003D60;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;  line-height: 20px;
	font-weight: bold;
	color: #740F0A;
}
h3 {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; line-height: 30px;
	font-weight: bold;
	color: #003351;
}	
h4 {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;  line-height: 20px;
	font-weight: normal;
	color: #000000;
}
h5 {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; line-height: 16px;
	font-weight: normal;
	color: #EFEFEF;
}	
h6 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; line-height: 20px;
	font-weight: normal;
	color: #000000;
}


