.fly-category-box-wrapper{
	display: flex;
	gap: 12px;
}

.fly-category-box-half{
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 50%;
}

.fly-category-box-half:first-child .fly-category-box:first-child{
	margin-top: 54px;
}

.fly-category-box-half:last-child .fly-category-box:last-child{
	margin-bottom: 25px;
	margin-right: 30px;
}

.fly-category-box{
	border-radius: 8px;
	overflow: hidden;
}

.fly-category-box__content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(23, 25, 27, 0.64) 0%, rgba(23, 25, 27, 0) 100%);
	padding: 30px;
	padding-bottom: 24px;
}

.fly-category-box__content p:after{
	content: url(/wp-content/themes/fly-athletics/assets/arrow.svg);
	margin-left: 18px;
}

.fly-category-box{
	position: relative;
}

.fly-category-box__image {
	margin-bottom: -8px;
}

.fly-category-box__image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-height: 450px;
}


@media screen and (max-width: 849px){
	.fly-category-box-half:first-child .fly-category-box:first-child,
	.fly-category-box-half:last-child .fly-category-box:last-child{
		margin: 0;
	}

	.fly-category-box__content p:after{
		content: '';
	}

	.fly-category-box__content p:before{
		content: url(/wp-content/themes/fly-athletics/assets/arrow.svg);
		margin-right: 100%;
	}
	
	.fly-category-box__content{
		padding: 20px;
	}
}