.PostSlider .PostBox {
    display: inline-block;
    width: 286px;
    margin-left: 0px;
    margin-right: 80px;
    margin-bottom: 0px;
}
.MainWrapper{
padding-top: 0px !important;
}
.MainH1 {
    color: #240000;
    font-family: 'ISBold';
    font-size: 26px !important;
}
.PostBox {
    position: relative;
    background: #ffffff4f;
    border-radius: 14px;
    border: 1px solid #fff;
    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(20%) sepia(27%) saturate(7455%) hue-rotate(38deg) brightness(105%) contrast(93%) !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;
}
.PostBox:hover {
    box-shadow: 0 2px 17px 0 rgb(0 0 0 / 35%) !important;
}

