h1 {
    line-height: 50px;
}
.header {
     box-shadow: 0px 10px  15px grey;
}
.figure {
    width: 100%;
    height: auto;
    margin: 70px auto;
     box-shadow: 0px 10px  15px grey, 0px -10px  15px grey;
}
.aside {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;

}
.visit {
    width: 29%;
    min-width: 250px;
    height: auto;
    margin-top: 20px;
    margin-left: 2.5%;

    border: 5px solid red;
    float: left;
}
.visit img {
    width: 60%;
    height: auto;
    margin: 10px 18%;
}
.visit ul li {
    float: none;
}
.contentArea-slider {
    width: 70%;
    height: auto;
    background-color: #fff;
    margin: 50px auto;
    font-size: 16px;
    box-shadow: 0 0 10px 10px  grey;
}

.commentspc {
    position: fixed;
    background: #3f6087;
    border-radius: .4em;
    height: auto;
    padding: 30px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
    width: 80%;
    top: 20px ;
    left: 8%;
   z-index: 1001;
   display: none;
}
.commentspc ul li {
    color: #fff;
    float: none;
}
.commentspc:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #6CBF09;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
}
 #useronline:hover ~ .commentspc {
 display: block;
}


  @media only screen and (max-width: 860px) {
.contentArea-slider {
    width: 90%;
    }
h2 {
    font-size: 24px;
}
.visit {
    margin: 20px auto;
}
}