@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    border: none;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.imgCont{
   display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    margin-bottom: 1.2rem;
    overflow: hidden;
}
.imgCont img{
     width: 100%;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}