@keyframes gradient-animation-card-skeleton{
    from{
        left:0%
    }
    to{
        left:100%
    }
}
@media only screen and (min-width: 1545px){
    .re__body .re__main .re__main-content-layout.re__ldp-extend .re__main-content{
        width:818px;
        margin-right:30px
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px){
    .re__body .re__main .re__main-content-layout.re__ldp-extend .re__main-content{
        width:614px;
        margin-right:30px
    }
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
    .re__body .re__main .re__main-content-layout.re__ldp-extend .re__main-content{
        width:100%
    }
}
@media only screen and (min-width: 1545px){
    .re__body .re__main .re__main-content-layout.re__ldp-extend .re__main-sidebar{
        width:292px
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1544px){
    .re__body .re__main .re__main-content-layout.re__ldp-extend .re__main-sidebar{
        width:292px
    }
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
    .re__body .re__main .re__main-content-layout.re__ldp-extend .re__main-sidebar{
        width:100%;
        display:block
    }
}
.re__body .re__main .re__main-content-layout.re__ldp-extend .re__pr-container .re__pr-media-slide .re__media-preview{
    width:818px;
    height:calc(818px * 472 / 840)
}
@media only screen and (min-width: 1024px) and (max-width: 1545px){
    .re__body .re__main .re__main-content-layout.re__ldp-extend .re__pr-container .re__pr-media-slide .re__media-preview{
        width:614px;
        height:calc(614px * 472 / 840)
    }
}
.re__body .re__main .re__main-content-layout.re__ldp-extend .re__full-menu.re__nohome{
    box-shadow:inherit
}

@media only screen and (max-width: 818px){
.re__body .re__main .re__main-content-layout.re__ldp-extend .re__pr-container .re__pr-media-slide .re__media-preview {
    width: 100%;
    height: calc(100vh * 350 / 840);
}
 }