﻿.section-heading{
    margin-bottom: 10px;
}

#clickhere {
    position: absolute;
    width: 100px;
    z-index: 3;
    left: -80px;
    top: 90px;
}

.introGifWrapper .bg {
    transform: rotateX(20deg);
    box-shadow: 10px 15px 10px rgba(0,0,0,0.35);
}


@media (max-width: 1400px) {
    #clickhere {
        display: none;
    }
}

@media (max-width: 1200px) {
    .secIntroLeft {
        /*margin-top: 70px;*/
    }
}

@media (max-width: 992px) {
    .secIntroLeft {
        /*margin-top: 100px;*/
    }
}

@media (max-width: 768px) {
    .secIntroLeft {
        /*margin-top: 120px;*/
    }
    .secIntroCenter {
        width: 80%;
        top: 20px;
        left: 80px;
    }
}
