.wk-list
{
    padding: 1%;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0px;
}
.wk-list .video-detail div{
    display: inline-block;
    font-style: italic;
    padding: 0% 2%;
    font-size: 100%;
}
.wk_youTubeChannelFeed_header iframe{
    margin-top: 20px;
}
.channel_logo{
    border-radius: 100px;
    float: left;
}
.channel_logo img{
    border-radius: 100%;
}
.wk_result_channelDetail div{
    display: inline-block;
    max-width: 100%;
}
.channelDetail{
    width: 25%;
    float: left;
    font-size: x-large;
    margin-left: 1%;
    padding-right: 8%;
}
.channelDetail .description{
    font-size: small;
    display: block;
    font-style: italic;
}
.subscribe-btn{
    float: right !important;
    margin-right: 1% !important;
    margin-top: 1% !important;
}
.wk_span
{
    font-size: 100%;
    height: 10%;
    width: 30%;
    margin-bottom: 5%;
    margin-left: 2%;
    word-wrap: break-word;
}
.wk-grid{
    width: 23%;
    display: inline-block;
    margin: 1%;
    height: 24vh;
    min-height: 170px;
    min-width: 99px;
    margin-top: 19px;
}
.wk_youtube_data
{
    overflow-y: scroll;
    padding: 1%;
    box-sizing: border-box;
    min-width: 100px;
    max-width: 100%;
    width: 100%;
    border-bottom: 3px solid #bfbfbf;
}
.wk_youTubeChannelFeed_header
{
    height: 100px;
}
.wk-grid .wk_divspan
{
    height: 119px;
    overflow: hidden;
    min-width: 100px;
    width: 100%;
    display: inline-block;
    font-weight: bolder;
    cursor: pointer;
}

.video-detail div
{
    display: inline-block;
    font-weight: 600;
    font-style: italic;
    padding: 0% 2%;
    font-size: 75%;
}
.wk_result_banner{
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
}
.wk-list .wk_divspan{
    height: 65px;
    overflow: hidden;
    min-width: 100px;
    width: 75%;
    display: inline-block;
    font-weight: bolder;
    cursor: pointer;
}
.youtube-channel-feed a:hover{
    text-decoration: none;
}
.wk-btn{
    margin: 5px;
}
.wk_divimage
{
    display: inline-block;
}
.wk-grid .wk_divimage
{
    width: 100%;
}
.wk_divimage a
{
    position: relative;

}
.wk-grid img{
    width: 100%;
}
.wk_divimage div{
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.wk_divimage .video-time{
    position: absolute;
    bottom: 40%;
    right: 0px;
    padding: 1%;
    color: white;
    font-weight: bolder;
    background: black;
}
.youtube-channel-feed{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15%;
}
.wk-close{
    font-weight: bold;
    font-size: x-large;
    color: white;
    float: right;
    cursor: pointer;
}
.play-video{
    height: 368px;
    width:90%;
    display: none;
    padding: 0% 2% 64px;
    position: fixed;
    background: #666363;
    top: 16px;
    z-index: 99;
}
.layout-control-botton{
    padding: 10px 0px;
    float: right;
    margin-right: 1%;
}
.wk_applyimage
{
    width: 100%;
}

#pointer{
    cursor: pointer;
    object-fit: cover;
    height: 200px;
}

.wk_result_banner > a >img {
    width: 100%;
}

.play-video:hover{
    cursor: pointer;
}

@media only screen and (min-width: 1440px) {

    .play-video{
        height: 350px;
        width: 50%;
        top: 145px;
        padding: 0% 2% 61px;
    }

}

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

    .play-video{
        height: 350px;
        padding: 0% 2% 61px;
    }

}

@media only screen and (max-width: 1024px) {
    .play-video{
        height: 280px;
    }
}


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

    .wk_result_container{
        width: 31%;
    }
    .wk_divspan .wk_manage{
        padding-bottom: 16px;
    }
    .wk-grid .wk_divspan{
        padding-bottom: 12px;
    }

    .play-video{
        height:240px;
    }

    .layout-control-botton{
        display:none;
    }
}



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

    .layout-control-botton{
        padding: 39px 1px;
        margin-right: -12%;
    }

    .wk_result_container{
        width: 47%;
    }
    .wk_divspan .wk_manage{
        padding-bottom: 16px;
    }

    .layout-control-botton{
        display:none;
    }
    .wk-grid .wk_divspan{
        padding-bottom: 12px;
    }
    .play-video{
        width: 90%;
        height:240px;
    }
}

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

    .wk_result_container{
        width: 100%;
    }
    .subscribe-btn{
        float: none !important;
    }
    .wk_divspan .wk_manage{
        padding-bottom: 16px;
    }

    .layout-control-botton{
        display:none;
    }
    .wk-grid .wk_divspan{
        padding-bottom: 12px;
    }
    .play-video{
        height:240px;
        width: 90%;
    }
}

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

    .wk_result_container{
        width: 100%;
    }
    .subscribe-btn{
        float: none !important;
    }
    .wk_divspan .wk_manage{
        padding-bottom: 16px;
    }

    .layout-control-botton{
        display:none;
    }
    .wk-grid .wk_divspan{
        padding-bottom: 12px;
    }
    .play-video{
        height: 206px;
        padding: 0% 4% 64px;
        width: 83%;
    }
}
