@media screen and (max-width: 900px) {
  .col-md-4 {
       position: unset; 
  }
  .teams {
    font-size: 14px!important;
  }
}
#rezult > h3 {
    margin-top: 0px!important;
}
#rezult > p {
        margin-bottom: 20px;
}
#textslide {
    background-image: url(../img/home_bg.jpg);
    /* background-image: url(../img/top-background.png); */
    background-position: right;
    background-size: cover;
}
.map_match {
    background-image: url(../images/field.png);
}
.ca-more {
    position: unset!important;
    float: unset!important;
}
.right-content > div {
    margin-top: 5px;
}
.st-wrap {
    display: flex;
    align-content: center;
    margin-bottom: 10px;
}
.skillbar-title-pp {
    position: relative!important;
}
.skillbar-title-pp span {
    width: 90px;
}
.skillbar-pp {
    width: -webkit-fill-available;
    position: relative!important;
    margin-bottom: 0!important;
    background: #eeeded!important;
}
.st-progress {
    width: -webkit-fill-available;
}
.skill-bar-percent-pp {
    font-size: 12px!important;
    font-weight: bold!important;
    color: black!important;
}
.fa-yes {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px;
    background: #f59123;
    border-radius: 100%;
}
.fa-draw, .fa-no {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 6px;
    background: #dc821e;
    border-radius: 100%;
}
.current {
    color: #fff;
    background-color: #f59123;
    border-top: 0px solid #f59123;
}
.tab-links-matches {
    width: 100%;
}
.top-score-title h3 {
    margin-top: 0;
    text-align: left;
}
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #484848;
    border-color: #484848;
}
.panel-body {
    background-image: url(../img/cord.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.panel-body {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
/*#accordion > div:nth-child(1) > div.panel-collapse.collapse {*/
/*    display: block;*/
/*}*/
.forecast {
    background: #f59124;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 15px;
    border-top: 3px solid #484848;
}
.vs {
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
    color: white;
    padding-top: 8px;
}
.teams{
    font-size: 30px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
    line-height: 27px;
}    
.team {
    background: #484848bd;
    color: white;
    padding: 10px;
    border-radius: 7px;
}