/*-------reel_creator_box---------*/
.reel_creator_box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  background: black;
}
.reel_creator_box.reel_creator_box_3 .reel_creator_box_con .reel_creator_box_single
{
  width: 33.3333%;
}
.reel_creator_box.reel_creator_box_2 .reel_creator_box_con .reel_creator_box_single
{
  width: 50%;
}
.reel_creator_box.reel_creator_box_4 .reel_creator_box_con .reel_creator_box_single
{
  width: 25%;
}
.reel_creator_box.reel_creator_box_5 .reel_creator_box_con .reel_creator_box_single
{
  width: 25%;
}
.reel_creator_box.reel_creator_box_5 .reel_creator_box_con .reel_creator_box_single
{
  width: 20%;
}


.reel_creator_box .reel_creator_box_con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.reel_creator_box .reel_creator_box_con 
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.reel_creator_box .reel_creator_box_con .reel_creator_box_single
{
  position: relative;
  float: left;
  width: 16.6666%;
  box-sizing: border-box;
  padding: 4px 5px;
}
.reel_creator_box .reel_creator_box_con .reel_creator_box_single:hover
{
  /*background: #e9e9e9;*/
}

.reel_creator_box .reel_creator_box_con .reel_creator_box_single .reel_creator_box_single_con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  padding-top: 12px;
  /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
  cursor: pointer;
  background: #101010;
}
.reel_creator_box .reel_creator_box_con .reel_creator_box_single .reel_creator_box_single_con .reel_user .reel_creator
{
  position: relative;
  float: left;
  padding: 2px 2px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.reel_creator_box .reel_creator_box_con .reel_creator_box_single .reel_creator_box_single_con .reel_user .reel_creator img
{
  position: relative;
  float: none;
  width: 100px;
  height: 100px;
  padding: 1px 1px;
  border:1px solid White;
  border-radius: 50%;
  vertical-align: middle;
  box-sizing: border-box;
  background: white;
  border: 2px solid white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.reel_creator_box .reel_creator_box_con .reel_creator_box_single .reel_creator_box_single_con .reel_user .reel_creator img.verified
{
  background: white;
  border:2px solid #ad0000;
}

.reel_creator_box .reel_creator_box_con .reel_creator_box_single .reel_creator_box_single_con .reel_user .reel_creator span
{
  position: relative;
  float: left;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 9pt;
  text-align: center;
  padding: 0px 0px;
  color: white;
  margin-top: 8px;
}
.reel_creator_box .reel_creator_box_con .reel_creator_box_single .reel_creator_box_single_con .reel_user .reel_creator span svg
{
  position: relative;
  float: none;
  width: auto;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 8.5pt;
}
.reel_creator_box .reel_creator_box_con .reel_creator_box_single .reel_creator_box_single_con .reel_user .reel_creator alt
{
  position: relative;
  float: left;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 8pt;
  text-align: center;
  padding: 2px 0px;
  color: white;
  margin-bottom: 8px;
}


@media screen and (max-width:468px){


.reel_creator_box
{
  padding: 2px 0px;
}

.reel_creator_box .reel_creator_box_con .reel_creator_box_single
{
  width: 50%;
  padding: 2px 2px;
}
.reel_creator_box .reel_creator_box_con
{
  padding: 2px 4px;
}

}
