.videoHere{
    position: relative;
}
.notification-sec {
    margin-bottom: 0;
}

.notification-col {
    flex: 1 0 100%;
}

.alert, .messages, .notification {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    clear: both;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.alert.info, .messages.info, .notification.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert.alert, .messages.alert, .notification.alert {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert.error, .messages.error, .notification.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert.success, .messages.success, .notification.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert p, .messages p, .notification p {
    margin: 0;
}

.alert a, .messages a, .notification a {
    color: #ff2024;
}

.alert a:hover, .messages a:hover, .notification a:hover {
    color: #d30004;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.comments-note {
    padding: 10px;
    display: block;
}

@media (min-width: 480px) {
    .comments-note {
        padding: 20px;
    }
}

.add-comment{
    margin-bottom: 40px;
    width: 100%;
}

.notification {
    margin-bottom: 0;
    margin-top: 10px;
}

@media (min-width: 480px) {
    .comment-alert .notification {
        margin-top: 20px;
    }
}

.sendCommentsBox{
    width: 100%;
}

.comment-alert{
    width: 100%;
    margin-bottom: 20px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.modal-header .close {
  border: 0;
  background: #fff;
  cursor: pointer;
}

.btn-default{
  background-image: linear-gradient(to bottom, #ca2ff9, #7e22cf, #ca2ff9);
  background-size: auto 200%;
  padding-right: 18px;
  padding-left: 18px;
  color: #fff;
  height: 41px;
  line-height: 45px;
  border-radius: 3px;
  border: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  justify-content: center;
}

.commentBlock:last-child {
  margin-bottom: 20px;
}

.videoBlock a{
    position: relative;
    width: 100%;
    padding-top: 32px;
}
.videoBlock img{
    height: 100%;
}
.banner{
    max-width: none;
}