#DJ-Podcast {
    padding-top: 20px;
}

.podcast_header {
    font-size: 1.5rem;
}

.coming_soon {
    background-image: url('../xxo-asset/social_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 50px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #000;
    margin: 5px;
    text-align: center;
}

.dj_social {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    left: 50%;
transform: translateX(-50%);
}

.dj_social_list {
    display: inline-block;
    background-image: url('../xxo-asset/social_bg.png');
    background-repeat: no-repeat;
    width: 115px;
    height: 40px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-right: -15px;
}
.dj_social_list>a {
    color: #000 !important;
}

.dj_mphoto {
    opacity: 0.7;
    display: none;
}

.space_fix_s1 {
    min-height: 200px;
}

.dj_name_logo {
    font-size: 3.2rem;
    font-weight: bold;
    color: #F5C12D;
}

@media (max-width: 540px) {
    
    .dj_mphoto {
        display: block;
    }
    
    .di_image {
        min-height: 200px;
    }
    
    .space_fix_s1 {
        min-height: 0px;
    }
    
    #GSP {
        background: none;
    }
    #Enrico-Meloni {
        background: none;
    }
    #Elad {
        background: none;
    }
    #Aaron-Marc {
       background: none;
    }
    #Spectum-K {
        background: none;
    }
}

@media (min-width: 540px) {
    #GSP {
        background-image: url('../xxo-asset/dj/dj_01_2.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    #Enrico-Meloni {
        background-image: url('../xxo-asset/dj/dj_02_2.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    #Elad {
        background-image: url('../xxo-asset/dj/dj_03_2.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    #Aaron-Marc {
        background-image: url('../xxo-asset/dj/dj_04_2.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    #Spectum-K {
        background-image: url('../xxo-asset/dj/dj_05_2.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
}



