.mancheteaRedePlayPage{
    grid-column: span 6;
    grid-row: span 1;
    background-color: white;
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mancheteaRedePlayPage a figure{
    height: 100%;
    max-height: 198px;
    position: relative;
    min-height: 198px;
}
.mancheteaRedePlayPage h2 {
    font-family: "GuardianSans-Bold";
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 11px;
}
.mancheteaRedePlayPage-img {
    width: 278px;
    height: inherit;
}
.mancheteaRedePlayPage .playicon {
    position: absolute !important;
    top: 60px;
    left: 33%;
    width: 85px !important;
    height: 85px !important;
    filter: brightness(100%) !important;
    cursor: pointer;
}
@media (max-width: 900px){
.mancheteaRedePlayPage .playicon {
    position: absolute !important;
    top: 16px;
    left: 33%;
    width: 40px !important;
    height: 93px !important;
    filter: brightness(100%) !important;
    cursor: pointer;
}

.mancheteaRedePlayPage a figure{
    max-height: 135px;
    min-height: 135px;
}
}
@media (max-width:1024px){
    .mancheteaRedePlayPage{
        grid-column: span 2;
    }
    .mw-area{
        grid-auto-rows: minmax(100px, auto);
    }
    .mancheteaRedePlayPage h2 {
        font-size: 19px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
    }
    .mancheteaRedePlayPage-img {
        width: 150px;
        height: inherit;
    }
    .mw-text-wrapper{
        padding: 15px;
    }
    .mw-text-wrapper h4{
        color: #919191;
        font-size: 11px;
    }
}
@media (min-width: 1000px) and (max-width: 1024px) {
    .mancheteaRedePlayPage {
        grid-column: span 6;
    }
  }