/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    #wrapper{
        margin-top:80px;
    }
} */
@media screen and (min-width:1024px) { /*Desktop*/
    
}

@media screen and (min-width:768px) and (max-width:1023px) { /*Tablet*/
}

/* @media screen and (max-width: 768px) { Mobile */
@media screen and (max-width: 767px) { /*Mobile*/
    .pc_view{display: none!important;}
    .mobile_view{display: block!important;}
    .mobile_view img{width:100%;}
}