
/* RESPONSIVE */

    .adhead-01 {
        display: block;
    }
    
    .adhead-02 {
        display: none;
    }
    


/* TABLET */
@media screen and (max-width:767px)
{
   .adhead-01 {
        display: none;
    }
    
    .adhead-02 {
        display: block;
    }
    
}

/* MOBILE */
@media screen and (max-width: 480px)
{

    
    
    
}

/* YOUTUBE VIDEO RESPONSIVE */
.video-player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-player iframe,
.video-player object,
.video-player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}