#april-promo {
	font-size: 16px;
    --yellow: #f4ea5d;
}

#april-hero {
	background-image: url(../images/hero/back.jpg);
	background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
			url("../images/hero/back@2x.jpg") 2x);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#april-hero .rabbit-left {
	left: -306.5px;
}

#april-hero .rabbit-right {
	right: -251px;
}

#april-hero .april-inner {
	padding-top: 107px;
}
#april-hero .april-inner:before {
    content: '';
    display: block;
    width: 859px;
    height: 618px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -430px;
	background-image: url(../images/hero/circle.png);
	background-image: -webkit-image-set(url("../images/hero/circle.png") 1x,
			url("../images/hero/circle@2x.png") 2x);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#april-hero .april-animation {
    margin-bottom: 18px;
}

#april-hero .animation {
	width: 112% !important;
	height: auto;
}

#april-hero .button {
	font-size: 1.3125em;
	height: 41px;
	width: 235px;
	border-radius: 21px;
	padding: 0;
	margin-top: 21px;
    margin-bottom: 3px;
    box-shadow: 3px 4px 2.16px 0.84px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 567px) {
	#april-hero {
		background-image: url(../images/hero/back-m.jpg);
		background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
				url("../images/hero/back-m@2x.jpg") 2x);
		padding: 0;
	}

    #april-hero .april-inner {
        padding-top: 30px;
    }
	#april-hero .april-inner:before {
		display: none;
	}
    
    #april-hero .april-animation {
        margin-bottom: 12px;
    }
    
    #april-hero .animation {
        width: 112% !important;
        height: auto;
    }
    
    #april-hero .button {
        font-size: 1em;
        height: 30px;
        width: 154px;
        border-radius: 15px;
        margin-bottom: -32px;
    }

	#april-hero .button {
		font-size: 1.0625em;
		height: 40px;
		width: 190px;
		border-radius: 20px;
		padding: 0;
		margin-top: 20px;
	}

}