body {
    text-align: center;
}

.bloq {
    max-width: 1000px;
    display: inline-block;
}

.logo img {
    width: 350px;
}

.songstitle {
    font-size: 23px;
    border: solid 1px #bdaeae;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.gallediv {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.gallediv img {
    width: 100%;
}


.socialred img {
    width: 50px;
    padding: 0 10px;
}


/*End style*/
.popup{
   
    margin: auto;
    text-align: center
}
.popup img{
    
    cursor: pointer
}
.show{
    z-index: 999;
    display: none;
}
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
}
.show .img-show{
    width: auto;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden
}
.img-show span{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    cursor: pointer;
    background-color: black;
    padding: 10px 15px;
    border-radius: 27px;
    color: #fff;
    font-size: 26px;
}
.img-show img{
    width: auto;
    height: 100%;
    
}
/*End style*/


@media only screen and (max-width: 549px) {


    .img-show img{
        width: 100%;
        height: auto;
        
    }


    .show .img-show{
        width: 100%;
        height: auto;
        
    }


    .gallediv {
        width: 49%;
    }



}