/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

#wk_youtube_datalist .bx-next {
    position: absolute;
    top: 40%;
    right: 0px !important;
    z-index: 999;
    width: 40px !important;
    height: 40px !important;
    text-indent: -999999px;
    display: block;
    outline: none;
  }
  
  /*previous button*/
  #wk_youtube_datalist .bx-prev {
    position: absolute;
    top: 40%;
    left: 0px !important;
    z-index: 999;
    width: 40px !important;
    height: 40px !important;
    text-indent: -999999px;
    display: block;
    outline: none;
  }

  .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    text-align: right;
    height: 50px !important;
    width: 50px !important;
  }

  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    height: 50px !important;
    width: 50px !important;
  }

  
  .bx-prev i {
    font-size: 32px;
  }
  
  .bx-next i {
    font-size: 32px;
  }
  
  
  .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: none;
  }
  
  .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: none;
  }
 
  
  .youtube_feed_container {
    width: 93%;
    margin: 0 auto;
  }

  .wk_youtube_lebal {
    text-align: center;
    padding: 5px;
  }
  