#fix_player{
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 270px;
    height: 150px;
    background: #000;
}
#fix_player_up{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.0;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fix_player_up:hover{
    text-decoration: none;
}
#fix_player_up p{
    font-size: 24px;
    font-weight: bold;
}
.fix_player_close{
    position: absolute;
    width: 100%;
    left: 0;
    top: -32px;
    background: #EDF8FD;
    padding: 5px 10px;
    overflow: hidden;
}
.fix_player_close span{
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #000;
    float: right;
    font-size: 19px;
    display: inline-block;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    border: 1px solid #60C4D4;
    text-align: center;
    line-height: 20px;
}
.fix_player_close span:hover{
    background-color: #63C9DA;
    color: #fff;
}
.contact__gif{
    position: relative;
    width: 500px !important;
}
.contact__gif .play_video{
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
    background: url(/img/play_blue.png) no-repeat center center;
    z-index: 1;
}
#saint{
    transform: rotate(0deg) !important;
    width: 100%;
    height: auto;
    margin-bottom: -200px;
    margin-top: -100px;
}