@media (min-width: 768px) {
    .main-content {
        width: 1290px;
        padding: 0;
    }

    .main-content-mobile {
        display: none;
    }
}

@media (max-width: 768px) {

    .main-content-desktop {
        display: none;
    }

    .main-content {
        width: inherit;
    }

    .row-header {
        margin-bottom: 0;
    }

    .stick {
        display: none;
    }

    .navbar .social-network {
        padding-right: 0px;
    }

    .navbar-head .navbar-brand {
        margin: 0;
        font-family: 'JosefinSans';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 28px;
        letter-spacing: -0.408px;
        color: #392A75;
    }

    .social-icon-img-around {
        width: 46px;
        height: 46px;
        background: #FFFFFF;
        border-radius: 13px;
        margin-right: 14px;
        text-align: center;
        padding-top: 8px;
    }

    .social-icon-img-around img {
        margin: 0;
    }

    .navbar-head {
        background: none;
        box-shadow: none;
        width: 335px;
        margin: 0 auto;
    }

    .m-vidgets {
        display: block;
    }

    .m-geo-tag {
        display: block;
    }

    .third-column, .second-column {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    .social-icon-img-around {

    }

    .navbar-head .navbar-brand {

    }
}

