/* Theme Name: Em4u Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of em4u
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: em4u
Version: 1.0
Tags: translation-ready, left-sidebar, right-sidebar
Text Domain:  em4u-child
*/
.inst_icon {
    position: absolute;
    right: 30px;
    top: 25px;
}
.inst_icon img {
    max-height:30px;
}

.inst_icon_mobile {
    position: absolute;
    right: 20px;
    top: 25px;
}
.inst_icon_mobile img {
    margin-right:55px;
    max-height:30px;
}

@media (min-width: 768px) {
    .inst_icon_mobile
    {
        display:none;
    }   
}

.vc_custom_1509103106241, .hideme {
    display:none;
}