/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


@media screen and (max-width: 640px) { 

.large-screen {
	display: none !important;
}
.small-screen {
	display: block;
}
}
@media screen and (max-width: 2200px) and (min-width: 640px) {

.large-screen {
	display: block;
}
.small-screen {
	display: none !important;
}

}