.latest_update
{
    font-size: 12px;
    background-color: red;
    color: white;
}

.coming_soon
{
    font-size: 12px;
    background-color: aqua;
    color: black;
}

.remastered
{
    font-size: 12px;
    background-color: black;
    color: white;
}

.top_left
{
    position: absolute;
    top: 0%;
    left: 0%;

}

.top_right 
{
    position: absolute;
    top: 0%;
    right: 13%;
}

.tag {
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border-radius: 5px;
}

.blonde
{
    background-color: yellow;
    color: black;
}
.blonde:hover {filter: brightness(85%); color: black;}

.brunette
{
    background-color: brown;
    color: white;
}
.brunette:hover {filter: brightness(85%); color: white;}

.redhead
{
    background-color: red;
    color: white;
}
.redhead:hover {filter: brightness(85%); color: white;}

.otherHair
{
    background-color: blue;
    color: white;
}
.otherHair:hover {filter: brightness(85%); color: white;}

.teen
{
    background-color: #ff0080;
    color: white;
}
.teen:hover {filter: brightness(85%); color: white;}

.firstTime
{
    background-color: #00ff00;
    color: black;
}
.firstTime:hover {filter: brightness(85%); color: black;}

iframe {   
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

h6 {
    max-height: 30 !important;
    margin-bottom: 0;
  }
  
  p {
    height: 20 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
