.recording-youtube-bn {
    position: relative;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    display: block;
    border-radius: 4px;
    height: 210px;
    border: 2px solid #e03a3a;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 15px 25px;
}

.recording-youtube-bn * {
    box-sizing: border-box;
}

.recording-youtube-bn__ttl {
    font-size: 22px;
    color: inherit;
    margin-bottom: 10px;
    width: calc(100% - 170px);
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    display: block;
}

.recording-youtube-bn__sub-ttl {
    margin-bottom: 25px;
    display: block;
    font-size: 15px;
    color: inherit;
    line-height: 26px;
}

.recording-youtube-bn:hover .recording-youtube-bn__big-link::before {
    color: #c22c2c;
}

.recording-youtube-bn__big-link::before {
    font-size: 101px;
    bottom: 25px;
    line-height: 78px;
    left: 25px;
    color: #e03a3a;
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: bold;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: bottom;
}

.recording-youtube-bn__big-link {
    display: inline-block;
    font-size: 24px;
    vertical-align: bottom;
    color: #215f86;
    line-height: 55px;
}

.recording-youtube-bn:hover {
    color: #215f86;
}

.recording-youtube-bn__img {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 25px;
    width: 150px;
}

.recording-youtube-bn__img img {
    width: 90%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1300px) {
    .recording-youtube-bn__ttl {
        font-size: 20px;
    }

    .recording-youtube-bn__sub-ttl {
        font-size: 13px;
        line-height: 23px;
    }

    .recording-youtube-bn__big-link::before {
        line-height: 51px;
        font-size: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .recording-youtube-bn {
        padding: 15px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {

    .recording-youtube-bn {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .recording-youtube-bn__ttl {
        width: auto;
        order: 1;
        font-size: 17px;
    }

    .recording-youtube-bn__sub-ttl {
        order: 2;
        margin-bottom: 0;
    }

    .recording-youtube-bn__big-link {
        font-size: 0;
        order: 0;
        line-height: initial;
        margin-bottom: 15px;
    }

    .recording-youtube-bn__big-link::before {
        margin: 0;
        font-size: 55px;
    }

    .recording-youtube-bn__img {
        display: none;
    }
}