@media screen and (max-width: 768px) {
.snsheader {
    display: block;
    background-color: #eee;
}

.snsheader .snsheader-center {
    position: relative;
    width: 980px;
    margin: 0 auto;
    display: block;
    height: 200px;
}

.user-highlights {
    position: relative;
    top: 20px;
    display: block;
    width: 640px;
    clear: both;
    padding: 10px;
}

img.profile-picture {
    display: inline-block;
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px #fff solid;
    background: #fff;
}

.text-content {
    display: inline-block;
    min-width: 150px;
    max-width: 500px;
    min-height: 150px;
    padding: 0px 10px;
}

.text-content .username {
    font-size: 1.2em;
    text-align:center;
    color: #222;
    font-weight: bolder;
    padding: 5px 0px!important;
    margin: 5px 0px;
}

.followers {
    font-weight: bolder;
    padding: 10px 0px;
}

.dotteafter::after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #666;
    display: inline-block;
    margin: 0 0.25rem 0 0.5rem;
    position: relative;
    top: -1px;
}

.profile_username {
    font-size: 1.2em;
    font-weight: bolder;
}

.user_profile_info .profile_picture {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
}

.user_profile_info .chage_profile {
    left: auto;
    bottom: 0px;
    display: inline-block;
    background-color: #fff;
    margin: 0 auto;
}

.user_profile_info .profile_picture img {
    display: block;
    width: 100px!important;
    height: 100px!important;
    border-radius: 70px;
    margin: 0px auto;
    object-fit: cover;
}

.float-region {
    float: left;
    display: block;
}

.sns-site-center-container {
   position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    min-height: 900px;
    margin-top: 20px;

}

.sns-site-content-region {
    margin-bottom: 10px;
        padding: 10px;
}

.sns-site-main-region {
   width: 100%;
    position: relative;
    display: block;
    
}
.float-region{
    float:none;
}
.sns-main-content {
    width: 100%;
  
    margin-bottom: 10px;
    color: #404040!important;
}

.sns-right-region {
    width: 100%;
    border: none!important;
    clear: right;
}

.sns-sidebar-block {
    margin-bottom: 15px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
}

.sns-sidebar-block-header {
    height: 30px;
    padding: 0px 5px;
}

.sns-sidebar-block-content {
    min-height: 200px;
    padding: 5px;
}

.sns-sidebar-block-content .title {
    font-size: 1.6em;
}

.sns-sidebar-block-footer {
    height: 30px;
    padding: 0px 5px;
}


/*---sns posts ------*/

.sns-post {
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 10px
}

.sns-post .post-header {
    position: relative;
    padding: 5px 20px 5px 20px;
    height: 70px;
    border-bottom: 1px solid #ccc;
}

.sns-post .post-header .post-info {
    display: flex;
}

.sns-post .post-header .post-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.post-menu-wrap {
    position: absolute;
    top: 12px;
    right: 20px;
    display: block;
}

.sns-post .post-header .post-menu {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #eee;
    text-align: center;
    line-height: 30px;
    color: #222;
}

.sns-post .post-header .post-menu:hover {
    color: #222;
    background: #ddd;
    cursor: pointer;
}

.sns-post .post-header .post-menu .material-icons {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sns-post .post-content {
    padding: 0px;
    min-height: 200px;
}

.sns-post .post-content h2.title {
    margin: 0px!important;
    font-size: 1.4em;
    padding: 0px 0px 10px 0px!important;
    font-weight: bolder;
}

.sns-post .post-content p,
.post-content-formatter {
    padding: 0px 20px;
    line-height: 23px;
}

.post-content-formatter .field {
    padding: 0px;
}

.sns-post .post-content img {
    width: 100%;
    height: auto;
    padding: 5px 0px;
}

.sns-post .info-content .username {
    font-size: 1.1em;
    font-weight: bolder;
    margin: 5px 0px;
}

.sns-post .info-content .published {
    font-size: 0.8em!important;
}

.sns-post .post-footer {
    min-height: 50px;
    padding: 10px 0px;
}

.select-btn .select {
    display: none;
    position: absolute;
    top: 30px;
    left: -80px;
    width: 160px;
    min-height: 130px;
    background: #353949;
    border-radius: 5px;
    padding: 10px 0px;
    z-index: 9;
}

.select-btn .select a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    color: #fff;
    display: block;
    position: relative;
    font-size: 10px;
    font-weight: bold;
}

.select-btn .select a:hover {
    background: #585e76;
}

}