.modal{
    padding-right: 0 !important;
}

.modal-content{
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

.modal-dialog {
    position: relative;
}

.main-button {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 20px;
    border-radius: 2px;
    background-color: #544781;
    color: #fefdfe;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.modal-footer{
    text-align: center;
    padding: 5px;
}

.modal-header {
    padding: 10px;
}

.modal-body {
    padding: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.modal-body > p{
    padding: 0;
    margin:  16px 0;
}