@font-face {
    font-family: 'Daniel';
    src: url('../../fonts/danielbd.ttf');
}

.your-opinion-background-wrapper {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 800px;
    height: 578px;
    margin: 0 auto;
}

.div-your-opinion-title-wrapper {
    margin-top: 62px;
    margin-bottom: 20px;
    text-align: center;
}

.your-opinion-title {
    margin: 0;
    padding: 20px;
}

.your-opinion-content-title {
    color: #fff;
    font-family: 'Daniel';
    font-size: 35px;
    top: 50px;
    left: 50px;
    position: relative;
}

.yo-form-group-wrapper {
    margin-bottom: 5px;
}

.your-opinion-form-label {
    font-family: Daniel;
    font-size: 18px;
    margin-bottom: 3px;
}

.your-opinion-form-wrapper {
    position: relative;
    top: 160px;
    overflow: hidden;
}

.your-opinion-send-button-wrapper {
    text-align: center;
    position: relative;
    top: 20px;
}

.yo-send-button-image {
    height: 125px;
}

.yo-left-wrapper .yo-form-group-wrapper {
    position: relative;
    left: -25px;
}

@media screen and (max-width: 991px) {
    .your-opinion-form-wrapper {
        position: initial;
    }

    .yo-left-wrapper .yo-form-group-wrapper {
        position: initial;
    }

    .your-opinion-background-wrapper {
        background-image: none;
        width: 100%;
        height: auto;
        background: rgba(0,0,0,0.4);
        padding: 20px 0;
    }

    .your-opinion-content-title {
        display: none;
    }

    .yo-send-button-image {
        height: 100px;
    }

    .your-opinion-send-button-wrapper {
        position: initial;
    }
}