
#macy-container::before {
    content: "";
    display: table;
    clear: both
}

#macy-container::after {
    content: "";
    display: table;
    clear: both
}

#macy-container>div {
    transition: all 250ms;
}

.wpmg-innter-content {
    display: none;
}

/*.pp_inline img {
    max-height: 80vh;
    width: 100%;
    display: block;
    height: auto
}
*/
.macy-items img {
    width: 100%;
    display: block;
    height: auto;
}
.wpmg-incon img {
    width: 100%;
    display: block;
    height: auto
}

.video-list .video-thumbnail i.fa-expand {
    transition: all 0.3s cubic-bezier(0.78, 0.08, 0, 1) 0.1s;
}
.wpmg-filter {
    text-align: center;
    /*padding-bottom: 28px;*/
}
.wpmg-filter a {
    font-size: 17px;
    text-decoration: none;
    padding: 6px 10px;
    margin: 4px 4px;
    border: 1px solid #8300df;
    display: inline-block;
}
.wpmg-filter a.active-filter {
    background: #8300df;
    color: #fff;
}
.mix a {
    position: relative;
    display: block;
    overflow: hidden;
}
.mix a:before {
    content: attr(caption);
    position: absolute;
    bottom: -0%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    transition: all 250ms;
    line-height: 18px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wpmg-item a:hover:before {
    bottom: 0;
}
div.pp_default .pp_social{
    display: none;
}
a.wpmgcta {
    background: rgb(230, 32, 23);
    padding: 0px 12px;
    margin-left: 0;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
    height: 27px;
    float: left;
    margin-bottom: 3px;

}
a.wpmgcta.ctaSubscribeYTV {
    background: url(../images/ys.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    background-color: #e62017;
    padding-left: 40px;
    padding-right: 8px;
}
a.wpmgcta:hover {
    opacity: 0.8;
}
#pp_full_res iframe{
    margin: 0;
}
#pp_full_res{
    position: relative;
}
#pp_full_res:before {
    content: " ";
    position: absolute;
    background: #0000;
    height: calc(100% - 36px);
    width: 100%;
}
.pp_social iframe{
    margin-bottom: 0
}
.pp_custom_actions {
    padding: 3px 0;
    padding-left: 1px;
    margin-top: -5px;
    float: right;
    padding-bottom: 0;
}
.pp_content{
    position: relative;
}
.pp_content > div > a.pp_close {
    left: 10px;
    top: 10px;
    right: unset;
    z-index: 20000;
    background: #ffffff;
    height: 32px;
    width: 32px;
}
.pp_content > div > a.pp_close:before {
    content: " ";
    width: 4px;
    background: #000;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -14px;
    margin-left: -2px;
}
.pp_content > div > a.pp_close:after {
    content: " ";
    width: 4px;
    background: #000;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg);
    margin-top: -14px;
    margin-left: -2px;
}
.pp_content > div > a.pp_close:hover {
    transform: scale(1.2);
    opacity: 0.8;
    transition: transform 500ms;
}
.pp_content > div > a.pp_expand{
    right: 10px;
}
.pp_content .pp_description{
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 14px !important;
    color: #000;
    float: left;
    /*width: 100%;*/
}

.fc-facebook, .fc-twitter {
    background: url(../images/wpm-social-networks-logos.png);
    height: 22px;
    width: 22px;
    float: left;
}
i.fc-twitter {
    background-position: -39px -5px;
}
i.fc-facebook {
    background-position: -6px -5px;
}
.pp_social .facebook, .pp_social .twitter {
    width: auto;
    margin: 0;
    padding-right: 4px;
}
.pp_social{
    clear: left;
}
/*PP height fix*/
.pp_content{
    width: 100% !important;
    height: auto !important;
}
.pp_fade {
    overflow: hidden;
}
@media (min-width: 576px) {
   .pp_custom_actions{
        float: right;
   }
}
@media (max-width: 1200px) {
    #pp_full_res:before{
        height: calc( 100% - 60% );
    }
}
@media (max-width: 675px) {
    .pp_content .pp_description{
        margin: 0 0 14px !important;
    }
}
@media (max-width: 475px) {
    p.pp_description {
        font-size: 14px;
        line-height: 29px;
    }
    a.wpmgcta{
        font-size: 15px;
    }
}
@media (max-width: 385px) {
    a.wpmgcta{
        font-size: 14px;
        letter-spacing: -0.5px;
    }
}