/**
 * @package     pwebbox
 * @version 	2.0.0
 *
 * @copyright   Copyright (C) 2015 Perfect Web. All rights reserved. http://www.perfect-web.co
 * @license     GNU General Public Licence http://www.gnu.org/licenses/gpl-3.0.html
 */
.pwebbox-youtube-gallery-player-wrapper iframe, 
.pwebbox-youtube-gallery-player-wrapper{
    max-width: 100% !important;
}
.pwebbox-youtube-gallery-item {
    float: left;
    margin: 5px;
    max-width: 100% !important;
    overflow: hidden;
}
.pwebbox-ytg-item-thumb {
    opacity: 0.6;
}
.pweb-active .pwebbox-ytg-item-thumb,
.pwebbox-ytg-item-thumb:hover {
    opacity: 1;
}
.pwebbox-ytg-item-thumb img {
    max-width: 100% !important;
}
.txt-cnt {
    text-align: center;
}
.txt-jst {
    text-align: justify;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px;
}
.pweb-clearfix:before,
.pweb-clearfix:after {
  content:"";
  display:table;
}
.pweb-clearfix:after {
  clear:both;
}
.pweb-clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}