@media only screen and (max-width: 1102px) {
    body .carouselshow img {
        height: auto;
        max-width: 105vw;
    }
}

.carouselshow {
    position: relative;
    overflow: hidden;
}

.carouselshow img{
    margin: 0px 12px;
    max-height: 300px;
}

/* faq */
.qa{
    margin-bottom: 12px;
}

.qa .q{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

hr{
    margin: 12px 0px;
    background-color: #dddddd;
    height: 1px;
}

#hook a, #faq a{
    color: rgb(52, 152, 219);
    text-decoration: underline;
}

.adbox {
    float: right;
}