.product-main .product-info-media .radian-raptor-features {
    flex-shrink: 1;
    align-self: flex-end;
    margin-bottom: 5rem;
    color: #222;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
}

@media (min-width: 768px) {
    .product-main-right .product-info-media {
        flex-direction: column !important;
    }
    .product-main .product-info-media .radian-raptor-features {
        align-items: flex-start;
        margin-top: 7rem;
    }
}

.radian-raptor-download {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.radian-raptor-download strong {
    margin-bottom: .5rem !important;
}

.radian-raptor-download span {
    font-size: 1rem;
}

.btn-download-dark span {
    line-height: 28px;
    color: #fff;
    font-size: 0.7rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
}

.raptor-separator {
    display: block;
    background-color: #222;
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 3px;
    width: 30px;
}

.radian-patents {
    font-family: Flama;
    text-transform: uppercase;
    margin-top: 2rem;
}

.radian-patents strong {
    margin-bottom: .25rem !important;
    font-size: .875rem !important;
}

.radian-patents p {
    font-size: .875rem;
}

.radian-cage-code {
    font-family: Flama;
    text-transform: uppercase;
    margin-top: .5rem;
}

.radian-cage-code strong {
    font-size: .875rem !important;
    margin-bottom: .25rem !important;
}

.radian-cage-code p {
    font-size: .875rem;
}

.product-main .product-info-media {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-end;
    background-color: #fec303;
    position: relative;
    padding-top: 1rem;
    padding-left: 2%;
}

.btn-video-stop {
    margin-right: 30px;
    margin-top: 15px;
}

.btn-video-stop-span {
    font-size: 32px;
    color: #fec303;
}

.bd-example-modal-lg {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fff;
}

@media (min-width: 768px) {
    .product-main .product-info-media {
        flex-direction: row;
        align-items: flex-start;
    }
}

.product-main .product-info-media .radian-raptor-features strong {
    display: block;
    font-family: Flama;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.product-main .product-info-media .radian-raptor-features .radian-raptor-feature {
    max-width: 100%;
}

.product-main .product-info-media .radian-raptor-features .radian-raptor-feature__title {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.product-main .product-info-media .radian-raptor-features .radian-raptor-feature__title img {
    height: 18px;
    width: 18px;
}

.product-main .product-info-media .radian-raptor-features .radian-raptor-feature__title span {
    display: block;
    font-family: Flama;
    margin-left: 1rem;
    font-size: 1.125rem;
}

.product-main .product-info-media>img.product-image {
    max-height: 80vh;
    width: auto;
}

@media (min-width: 768px) {
    .product-main .product-info-media .radian-raptor-features .radian-raptor-feature {
        max-width: 50%;
    }
}

@media (min-width: 1024px) {
    .product-main-right .product-info-media {
        padding-left: 0 !important;
        justify-content: center;
        flex-direction: column !important;
    }
    .product-main {
        flex-direction: row-reverse;
    }
    .product-main .product-info-media,
    .product-main .product-info-main {
        width: 50%;
        /* padding-top: 5rem; */
        padding-bottom: 5rem;
    }
    .product-main .product-info-media {
        padding-left: 5%;
    }
    .product-main .product-info-media:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: url(../../images/raptor-decoration.svg);
        content: ' ';
        left: -60px;
        width: 60px;
    }
    .product-details .product-main .product-info-media:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: url(/static/images/pistol/raptor-decorationRight.svg);
        content: ' ';
        right: -60px;
        width: 60px;
        left: auto;
    }
    .product-main .product-info-media .radian-raptor-features {
        display: none;
        padding-left: 0;
        padding-right: 0;
        min-width: 45%;
    }
    .product-main .product-info-media .radian-raptor-features .radian-raptor-feature {
        max-width: 80%;
    }
}