.intro-image {
    width: 280px;
    float: right;
    margin-left: 1.2em;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .intro-image {
        width: 200px;
        float: none;
        margin-bottom: 1.2em;
    }
}

.sorkizart {
    text-align: justify;
}

.counter-quantity {
    font-size: 36px;
    display: inline;
    color: white;
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 500;
}

.colorlib-counters .quotation-text {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 5px;
    margin-top: 2.4em;
    margin-bottom: 2.4em;
    font-weight: 510;
    display: block;
}

.zoom:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
}

.margin-top-20 {
    margin-top: 20px;
}

.pointer {
    cursor: pointer;
}

#bcgVid {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}

.copyright {
    margin-top: 120px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 2em;
    background: #FFFAF6;}
    .copyright .small-copyright {
        font-size: 14px;
    }
  