img{
	width: auto;
}
h3{
	color: green;
	font-size: 25px;
}
.notice{
	color: red;
	font-size: 20px;
}

a btn.:last-child{
		border-right: none;
	}
	a .btn {
  background-color: orange;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 10px;  
}

/* Darker background on mouse-over */
a .btn:hover {
  background-color: green;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

video {
  width: 100%    !important;
  height: auto   !important;
}

/* For mobile screens */
@media screen and (max-width: 480px) {
    img {
       width: 100%;
    }
    h3{
    	font-size: 15px;
    }
    .notice{
    	font-size: 15px;
    }
}