@media(max-width: 1024px){
	.loveInfoBlock{
		position: relative;
	}

	.loveInfoBlock .col:first-child{
		position: absolute;
		height: 100%;
		top: 0;
	}

	.loveInfoBlock #firstBlockSticky{
		background: rgba(255,255,255,0.2) !important;
	}
}
