
    #content-container {
    overflow-y: auto; /* Allow vertical scrolling */
    max-height: 100%; /* Prevent it from overflowing beyond the screen height */
}
	.get-your-kick{
		margin-top:124px;
	}
	@media (max-width: 767px) {
  .get-your-kick {
       margin-top: 90px;
  }
}
