.logobig {
    max-width: 95%;
    margin: -10px auto 0px;
    height: 70px
}

.headerbx,
.headerbx1 {
    margin: auto;
    color: #fff;
    text-align: left;
    padding: 25px 0
}

#videospost {
    background: #FFF;
}

.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    font-size: 18px
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.navcolorgray {
    z-index: 5;
}

#photos .imnbx {
    margin-bottom: 30px
}

#photos img {
    border: 1px solid #f3f3f3
}

.videologo {
    height: auto !important
}

.scrolledvideo {
    height: auto;
}

.universal-data h3 {
    margin-top: 5px
}

.submitstory3 {
    font-size: 16px;
    line-height: 22px;
}


@media(max-width:1366px) {
    .headerbx h1 {
        font-size: 35px
    }


}

@media (max-width: 767px) {
    .logobig {
        margin-top: 50px
    }

    .headerbx h1 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .headerbx h1 {
        font-size: 18px;
    }

    #photos .imnbx {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
}