@charset "utf-8";
/* CSS Document */

.packageincludesemls {
    margin-top: -450px !important;
}
.mobilesidebar {
	display:none
}

@media only screen and (min-width:768px) and (max-width:959px){
.packageincludesemls {
    margin-top: -850px !important;
}


}
@media only screen and (max-width:767px){
.packageincludesemls {
    margin-top: -20px !important;
}

.mobilesidebar {
	display:inline
}
.mobilesidebar2 {
	display:inline-block
}




}
