#opg_banner{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ) ,url('../avatars/bg1.jpg'); 
    width: 100%;
    height: 30vh;
    background-attachment: fixed;
    background-size: cover;
  }
  
.opg_banner .title{
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 8px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
}

/*-------------------------------------------------------------------OPG---------------------------------------------------------------------------------------------*/

.opg i{
    color:#D92139;
}

.opg .overall_rating{
    font-size: 22px;
}

.opg_main{
    margin-top: 2rem;
    width: 80%;
    font-size: 2rem;
}

.opg_main img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-right: 5% !important;
    border-radius: 3%;
}

.opg .overall_rating{
    float: right;
    position: relative;
}

.opg_subtitle{
    margin: 2rem 0;
    font-weight: bold;
    font-size: 1.7rem;
    color: grey;
}

.opg table{
    border: none !important;
    width: 50%;
}

.opg table tr{
    margin-top: 13rem !important;
}

.opg .card img{
    width: 100%;
    background-size: cover;

}


/*--------------------------------STAR RATING----------------------------------*/

.opg i{
    display: inline-block;
}

.opg .review_window hr{
    border: 1px solid #D92139;
}

.opg .card{
    margin-bottom: 2rem;
}

.opg button{
   margin-bottom: 1rem;
   color: white;
}

.opg a{
    text-decoration: none !important;
    color: inherit;
}

/*-------------------------------------------------------------------MEDIA---------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1050px){
.opg table td i{
    color:#D92139;
}

.opg i{
    display: block;
    color:#D92139;
}
}


@media screen and (max-width: 560px){
.opg table td i{
    color:#D92139;
}

.opg i{
    display: block;
    color:#D92139;
}

.opg_banner .title{
    font-size: 1rem;
}

.pic_core{
    width: 20px;
}
}


