@media (min-width: 1200px) {
    .theme-container {
        min-height: calc(100vh - 499px);
    }
}
@media (max-width: 1200px) {
    .youtube-player,
    .video-item {
        width: 100% !important;
    }
    .characteristics .gridCharacteristics {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 50px;

        justify-content: space-between;
    }
    .characteristics .boxCharacteristics {
        width: 35%;
        height: 120px;
        margin: 10px 30px;
    }
}

@media (min-width: 776px) and (max-width: 992px) {
    .joinUs .backgroundRight {
        background-position-x: 45%;
    }
    .footer .news .newsletterFlex button {
        padding: 17px 10px;
    }
    .info .drafts .draftsContainer {
        padding: 30px 0px;
        margin: 0;
    }
    .contact .rowSocialsForm h3 {
        font-size: 34px;
        letter-spacing: 1px;
        line-height: 50px;
    }
    .about .description img {
        width: 100%;
    }
    .about .ourMission .backgroundRight img {
        height: auto;
    }
}
@media (max-width: 776px) {
    .navbar-toggler {
        outline: none !important;
    }
    .navbar-toggler .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
        background-color: #fff;
        width: 25px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
        top: 6px;
        transform: rotate(45deg);
    }
    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }
    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
        top: -8px;
        transform: rotate(-45deg);
    }
}
