/* BASIC css start */
img {
    width: 100%;
}

ul.gridCampaign {
   
    width: 100%;
}



 #contents {
    display: block;
    width: 100%;
    margin: 4% auto 0;
}

  

div.flex_wrap {
    width: 100%;
    height: 100%;  
}

ul.gridCampaign a {
     display:inline-block;
     color: #fff;
     font-size: 20px;
}


ul.gridCampaign  p {
     display:inline-block;
     position:absolute;
     left:50px;
     bottom:50px;
}

.gridCampaign li img {
    width: 100%
}

   
div.collection {
   width: 100%;
    border-bottom: 1px solid #000;
    box-sizing:border-box;
}



div.collection2{
    width: 100%;
     display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.collection_link {
    position:relative;
    width:50%;
    border-right: 1px solid #000;
    box-sizing: border-box;
}

.collection2 li:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0) !important;
} 

/* BASIC css end */

