.PostSlider .PostBox {
    display: inline-block;
    width: 286px;
    margin-left: 0px;
    margin-right: 80px;
    margin-bottom: 0px;
}
.MainWrapper{
padding-top: 0px !important;
}
.MainH1 {
    color: #000;
    font-family: 'ISBold';
    font-size: 26px !important;
}
.PostBox {
    position: relative;
    background: #ffffff8a;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 9px 10px #efefef;
    width: calc(100% - 4px);
    display: block;
    margin: auto;
    margin-bottom: 6px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 25px;
}
.PostSliderLeft, .PostSliderRight {
    background: transparent !important;
    border: none !important;
    filter: brightness(0) saturate(100%) invert(49%) sepia(58%) saturate(432%) hue-rotate(346deg) brightness(86%) contrast(88%) !important;
}
.PostSliderRight {
    position: absolute;
    right: 50PX;
    z-index: 100;
    width: 20px;
    top: 210px;
    transition: 0.3s;
    cursor: pointer;
}
.PostSliderLeft {
    position: absolute;
    left: 50PX;
    z-index: 100;
    width: 20px;
    top: 210px;
    transition: 0.3s;
    cursor: pointer;
}
.PostSlider{
    height: 445px !important;
}
.textunder h1 {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.textunder img {
    float: right;
    margin-right: calc((100% - 189px) / 2);
    margin-top: 5px;
    margin-bottom: 5px;
}