@media only screen and (min-width: 1069px) {
    .section .section--first .col-xxl-4 {
        width: 50%;
    }
    .promo-post__content {
        border-top:0px solid rgba(15, 94, 255, 0.1);
    }    
    .promo-post {
        border: 0px solid rgba(15, 94, 255, 0.1);
        box-shadow: 0px 0px 6px 2px #FFFFFF;
        height:94%;
    }
    .content__main .tournament__cover {
        margin-top: -5px;
        border: 0px solid black;
        box-shadow: 0px 0px 8px 2px #FFFFFF;
        border-radius: 10px;
    }
    .content__main .tournament__cover img {
        max-height: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .promo-post__date {
        margin-bottom: -7px;
    }
    .promo-post__title {
        margin-bottom: -7px;
    }
    .promo-post__cover img:hover {
      transform: scale(1.1);
    }
    .sidebar__link--casino span:first-child {
      margin-left: 40px;
    }
    .sidebar__link--casino span {
      font-size: 18px;    
    }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .promo-post__content {
        border-top:0px solid rgba(15, 94, 255, 0.1);
    }    
    .promo-post {
        border: 0px solid rgba(15, 94, 255, 0.1);
        box-shadow: 0px 0px 6px 2px #FFFFFF;
    }
    .content__main .tournament__cover {
        margin-top: -5px;
        border: 0px solid black;
        box-shadow: 0px 0px 8px 2px #FFFFFF;
        border-radius: 10px;
    }
    .content__main .tournament__cover img {
        max-height: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .promo-post__date {
        margin-bottom: -7px;
    }
    .promo-post__title {
        margin-bottom: -7px;
    }
}
@media only screen and (max-width: 734px) {
    .promo-post__content {
        border-top:0px solid rgba(15, 94, 255, 0.1);
    }    
    .content__main .tournament__cover {
        margin-top: -5px;
        border: 0px solid black;
        border-radius: 10px;
        box-shadow: 0px 0px 8px 0px #FFFFFF;
    }
    .content__main .tournament__cover img {
        max-height: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .promo-post__text {
        line-height: 13px;
    }
    .promo-post__title {
        line-height:18px;
        margin-bottom:7px;
    }
    .promo-post__date {
        line-height: 10px;
    }
    .promo-post {
        box-shadow: 0px 0px 6px 2px #FFFFFF;
    }
      .chatButtonContainer {
        position: fixed;
        bottom: 50px;
        right: 35px;
    }
      .sidebar__link--casino span:first-child {
      margin-left: 30px;
    }
    
}
