.hero h1 {
    margin-bottom: 10px;
}

.hero h1 span {
    padding: 10px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #481543;
    border-radius: 10px;
    margin-left: 10px;
    float: right;    
}



.hero .mainImage{
    display: flex;
    margin: 0px;    
    width: 100%;
    height: 200px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #aa249c;    
    display: inline-block;        
    -webkit-box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    transition: width 2s, height 2s, border-color 1s, transform 2s;    
}

.hero .mainImage img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.dragvs {
    text-align: center;
    margin: 0;
    padding-right: 4%;
}

.dragvs .queen {
    max-width: 48%;

}
.queens {
    padding: 20px;
    padding-bottom: 40px;
}

.queens.winners {
    background: #33012c;    
    color:#f1efe8;
}

.queens.winners h2{
    margin-bottom: 0px;
    margin-top: 10px;
}

.queens.winners span.challengeName {
    color:#f1efe8;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.lipsyncs {
    padding: 20px;    
    background: rgb(50,1,43);
    background: linear-gradient(180deg, rgba(50,1,43,1) 0%, rgba(133,19,112,1) 100%);
    color:#f1efe8;
    position: relative;
}

.lipsyncs .versus {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 30px;    
    background-color:#ff01de;
    padding:8px 20px;    
    border-radius:50%;
    z-index: 10;
    -webkit-box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    transition: width 2s, height 2s, border-color 1s, transform 2s;    
    position: absolute;
    margin-left: 75%;
    margin-top: 23%;
}

.lipsyncs .queen {
    position: relative;
}

.queen.lipsyncLost {
    opacity: 0.5;
    filter: grayscale(1);
}

.queen.lipsyncWon .imageWrapper {
    border-color:#ecbb26;
}

.lipsyncs .lipsyncdetails{
    margin: 0px;
    font-size: 18px;
    padding-left: 2%;
}

.lipsyncs .lipsyncdetails .lipsyncdesc{
    padding-top: 15px;
}



.lipsyncs a.spotify{
    display: flex;
    width:145px;
    background-color: none;
    padding-bottom:0px;
    float: left;
}

.lipsyncs a.spotify img {
    display: inline;
    width: 100%;
}

.looks{
    background: rgb(133,19,112);
    background: linear-gradient(180deg, rgba(133,19,112,1) 0%, rgba(255,1,222,0.8393951330532212) 100%);
    padding: 20px;
    padding-bottom: 40px;    
    color:#f1efe8;
    position: relative;
}

.looks h2 span {
    color:#f1efe8;
    opacity: 0.8;
}

.challenge-media{
    padding: 20px;
    background-color: #481543;   
    color:#f1efe8; 
}

.challenge-media h4{
    padding-top: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 10px;
}

.challenge-media h4 a{
    color:#f1efe8;
}

.challenge-media p {
    opacity: 0.8;
}


.lipsyncs a.video{
    display: flex;
    width:140px;
    background-color: none;
    padding-bottom:0px;
    border-radius: 10px;
    overflow: hidden; 
    float: left; 
    margin-left: 10px; 
}

.lipsyncs a.video img {
    display: inline;    
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.eliminatedmsg {
    display: inline-block;
    padding-top:10px;
}

.galleryName{
    display: block;
    font-size: 16px;    
    padding: 10px;   
    color: #f1efe8;
    text-decoration: none;
}

.galleryName:hover{
    color:#FFF;
}

.hero h1 span.number{    
    width:auto;
    height: 35px;
    font-size:30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;  
    font-weight: 400;
    color:#f1efe8;    
    background-color: #ff01de;
    border-radius: 10px;    
    text-align: center;
    vertical-align: middle;  
    line-height: 45px; 
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    transition: width 2s, height 2s, background-color 1s, transform 2s; 
    float:left;  
    margin-right: 10px;  
    margin-top: 2px;
    margin-left: -5px;
    padding-top: 2px;
}


@media only screen and (max-width: 768px) {
    .hero .mainImage{
        width: 100%;        
        min-height: auto;     
    }

    .lipsyncs .container{
        margin:0px;
        width: 100%;
    }

    .lipsyncs .versus {        
        font-size: 20px;        
        padding:6px 14px;  
        margin-left: 82%;
        margin-top: 30%;
    }
    
    .challenge-media{
        padding: 0px;
        padding-top: 20px;
    }

    .hero h1 span.number{
        width:auto;
        height: 30px;
        line-height: 42px; 
        font-weight: 400;
    }

    .hero h1 a{
        margin-left:0px;
    }

}