.author-video-page__tipsWrapper {
	display: flex;
	column-gap: 28px;
}
.author-video-page__tipsWrapper_tip {
	border-radius: 14.38px;
	background: #02B0BC;
	padding: 21px 25px 24px;
	flex:1;
}
.author-video-page__tipsWrapper_tip .tip-index{
	color: #02B0BC;
	text-transform: uppercase;
	background: #fff;
	border-radius: 20px;
	box-shadow: 3px 3px 0 #353535;
	text-align: center;
	max-width: 54px;
	font-weight: 700;
	font-size: 14px;
}
.author-video-page__tipsWrapper_tip .tip-title{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 7px;
}
.author-video-page__tipsWrapper_tip span {
	display: inline-flex;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	padding-left: 12px;
}
.author-video-page__tipsWrapper_tip span:before,
.author-video-page__tipsWrapper_tip span:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 8px;
}
.author-video-page__tipsWrapper_tip span:before {
	top: -5px;
	left: -5px;
	background: url("../svg/quotes-start.svg");
}
.author-video-page__tipsWrapper_tip span:after {
	bottom: -5px;
	right: -15px;
	background: url("../svg/quotes-end.svg");
}
.author-video-page__stats {
	margin-top: 65px;
}
.author-video-page__stats-graph,
.author-video-page__stats-graph img {
	max-width: 100%;
	text-align: center;
}
.author-video-page__stats-shortinfo {
	display: flex;
	margin-top: 63px;
	justify-content: space-between;
}
.author-video-page__stats-shortinfo-item {
	text-align: center;
	flex:1;
}
.author-video-page__stats-shortinfo-item img {
	height: 49px;
}
.author-video-page__stats-shortinfo-item-title {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 5px;
}
.author-video-page__stats-shortinfo-item-value {
	color: #FF569D;
	font-weight: 800;
	line-height: 22px;
	font-size: 18px;
	display: inline-flex
}
.author-video-page__stats-shortinfo-item-value.small-size {
	font-size: 12px;
}

@media screen and (min-width:768px) {
	.desc-hide {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.author-video-page__tipsWrapper {
		flex-direction: column;
	    row-gap: 24px;
	}
	.author-video-page__stats-shortinfo {
		flex-wrap: wrap;
		row-gap: 30px;
	}
	.author-video-page__stats-shortinfo-item {
		flex: 1 1 30%; 
	}
	.mob-hide {
		display: none;
	}
	body.tax-videosingle_author .share-container {
		margin-top: 0;
	}
	.author-video-page__share-button {
		margin-top: 45px;
	}
	.author-video-page__infoColumns {
		margin-bottom: 40px;
	}
}
