/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.flower-n-balloon-after::after{
	content: "";
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("https://flowernballoon.com/wp-content/themes/images/Flower-2-3.png");
	position: absolute;
	background-position: left;
	background-repeat: no-repeat;
}
.flower-n-balloon-after::before{
	content: "";
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: url("https://flowernballoon.com/wp-content/themes/flatsome-child/images/Flower-2-3.png");
	position: absolute;
	background-position: right;
	background-repeat: no-repeat;
}