@media only screen and (min-width: 768px) {
	.rightside_content {
		position: fixed;
		right: 5%;
		max-width: 18%;
		/* -webkit-transition: all 0.15s ease; */
		/* -moz-transition: position 15s; */
		/* -ms-transition: position 15s; */
		/* -o-transition: position 15s; */
		/* transition: all 0.15s ease; */
		/* animation: smoothScroll 1s forwards; */
	}
}