@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
}
#wrapper {
  position: relative;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	margin: 0;
}
#caption360 {
  width:80%;
  position: absolute;
  top:10px;
  right:10%;
  text-align: center;
  z-index:2000;
}
#caption360 p {
  display: inline;
  text-align: center;
  color:hsla(0,0%,100%,0.87);
  font-size:16px;
  font-weight: bold;
  text-shadow: 
    #333 2px 0px 0px, #333 -2px 0px 0px,
    #333 0px -2px 0px, #333 0px 2px 0px,
    #333 2px 2px 0px, #333 -2px 2px 0px,
    #333 2px -2px 0px, #333 -2px -2px 0px,
    #333 1px 2px 0px, #333 -1px 2px 0px,
    #333 1px -2px 0px, #333 -1px -2px 0px,
    #333 2px 1px 0px, #333 -2px 1px 0px,
    #333 2px -1px 0px, #333 -2px -1px 0px,
    #333 1px 1px 0px, #333 -1px 1px 0px,
    #333 1px -1px 0px, #333 -1px -1px 0px;
  z-index:2000;
}
.back-button {
	background-color:#f24537;
  border: none;;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
  box-shadow: none;
}
.back-button:hover {
	background-color:#c62d1f;
}
/*///////*/






