#game-baseball .screen-execution {
    display: none;
    height: 1080px;
    width: 1920px;
}

.baseball-game-box {
    align-content: space-between;
    background-color: #ccd6e9;
    display: flex;
    flex-direction: column;
    font-family: Jost-BoldItalic, serif;
    height: 192px;
    justify-content: space-between;
    left: -125px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: -34px;
    width: 596px;
    transform: scale(0.5);
}

.batter-row {
    align-items: center;
    background-color: #173555;
    display: flex;
    flex-direction: row;
    height: 45px;
    justify-content: flex-end;
    position: absolute;
    top: 20px;
    width: 573px;
}

.event-game-box-batter-name {
    color: #FFF;
    font-size: 28px;
}

.current-ball {
    align-items: center;
    background-image: url('../../images/tv/baseball/ball.png');
    background-size: cover;
    display: flex;
    height: 71px;
    justify-content: center;
    margin: 0px 20px;
    position: relative;
    width: 68px;
    z-index: 2;
}

.current-ball-number {
    color: #383839;
    font-size: 36px;
}

.game-teams {
    align-items: center;
    background-color: #c77125;
    color: #FFF;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    position: absolute;
    top: 75px;
    width: 473px;
}

.strike-box, .ball-box {
    align-items: center;
    background-color: #173555;
    bottom: 16px;
    color: #FFF;
    display: flex;
    font-size: 22px;
    height: 45px;
    justify-content: center;
    position: absolute;
    width: 228px;
}

.ball-box {
    left: 10px;
}

.strike-box {
    left: 254px;
}

.bases {
    align-items: center;
    background-color: #173555;
    bottom: 15px;
    display: flex;
    height: 101px;
    justify-content: center;
    position: absolute;
    right: 13px;
    width: 95px;
    z-index: 0;
}

.baseball-event-box {
    align-items: center;
    background-color: #ccd6e9;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    height: 115px;
    justify-content: flex-end;
    position: absolute;
    right: -88px;
    top: -14px;
    width: 450px;
    transform: scale(0.5);
}

.baseball-event-box-event-id-label {
    color: #7a808c;
    font-family: Jost-SemiBoldItalic, serif;
}

.hash {
    color: #f00e0e;
    font-family: Jost-Bold, serif;
    font-size: 42px;
}

.baseball-event-box-event-id {
    font-family: Jost-Bold, serif;
    font-size: 42px;
}

.baseball-footer {
    bottom: 3px;
    height: 80px;
    right: 30%;
    position: absolute;
    width: 100%;
    transform: scale(0.38);
}

.pelo7a-logo {
    margin-left: 80px;
}

.score-bar {
    align-items: center;
    background-image: url('../../images/tv/baseball/score-bar.png');
    background-size: cover;
    display: flex;
    font-size: 24px;
    flex-direction: row;
    height: 45px;
    margin-left: 80px;
    width: 1840px;
}

.live-label {
    color: #000;
    font-family: Jost-Bold, serif;
    margin-left: 120px;
}

.score-balls-bar {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.score-label {
    color: #FFF;
    font-family: Jost-SemiBoldItalic, serif;
    margin-right: 30px;
}

.score-ball-number {
    font-family: Jost-Bold, serif;
}

.score-ball {
    align-items: center;
    background-image: url('../../images/tv/baseball/ball.png');
    background-size: cover;
    display: flex;
    height: 71px;
    justify-content: center;
    margin: 0 10px;
    opacity: 0.3;
    position: relative;
    width: 68px;
}

.score-ball.score-ball-active {
    opacity: 1;
}

.score-ball-outcome {
    color: #f00e0e;
    font-family: Jost-BoldItalic, serif;
    font-size: 36px;
}
