.closeBTN {
    width: 25px;
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: white;
    background-color: #211c35;
    border-radius: 50%;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    font-family: 'brandon-grotesque';
}

.coy2021tile  .cta_area {
    position: absolute;
    bottom: 0px;
    width:100%;
   margin-left:-10px;
}
.closeBTN :hover {background-color:#726d7f;}

.coy2021tile {max-width:31%;min-height:300px;padding-bottom:4.5rem!important;}

.VOTE_FORM.form_container {
    position: fixed;
    top: 2rem;
    /* width: 50%; */
    background-color: #f4f1eb;
    min-width: 550px;
    max-width: 800px;
    width: 80%;
    border: 1px solid black;
    z-index:11;
}

.visibleNone {visibility:hidden;}

.form_container .Form__Title,
.form_container .Form__Status,
.form_container .Form__Description {display:none;}

.voteBar {
  height: 100%;
    background-color: #fedf9f;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    transition: width 2s;
    z-index: 1;
    opacity: 0.5;
    border-radius: 45px;
}

.scoreBar {      display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
   padding-left:1rem;
  border: 1px solid #777;
    border-radius: 50px;
}


@media screen and (max-width:500px)
{
   .coin-of-the-year-coins .col-sm-3 {width:50%!important;}
.coy2021tile {    max-width: 49%;
    padding-bottom: 7rem!important;
    float: left;
    display: inline;
    margin-left: 0.5%!important;
    margin-right: 0.5%!important;} 

.VOTE_FORM.form_container{
    position: fixed;
    top: 0px;
    background-color: #f4f1eb;
    width: 100%!important;
    border: 1px solid black;
    min-width: 0px!important;
    max-width: 100%!important;
    overflow-y: auto;
    max-height: 100vh;
    overflow-x: hidden;
    z-index: 300;
  }

.coy2021tile .cta_area {
    position: absolute;
    bottom: 0px;
    width: 88%;
    margin-left: -10px;
}
.coin_list  {padding:0px!important;}

}