div.title-block {
    height: 337px;
    padding: 0;
    background-position: 0 top;
}
div.title-block-text {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 570px;
    height: 315px;
}
div.title-block-text > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
div.title-block-text > div > h1 {
    color: #F6A749;
    font-size: 1.3em;
    font-weight: normal;
}
div.title-block-text > div > p,
div.title-block-text > div > ul {
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: -0.5px;
}
div.title-block-video {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 560px;
    height: 315px;
}
div.title-block-text > div > p.btn-buy {
    text-align: center;
}

div#carousel-photos img.img-responsive {
    width: 33.3333%;
    float: left;
    border: 1px solid #fff;
}

@media (max-width: 992px) { /* md- */
    div.title-block {
        height: inherit;
        background-size: cover;
        padding-bottom: 20px;
    }
    div.title-block-text > div {
        top: inherit;
        transform: inherit;
    }
    div.title-block-text {
        position: relative;
        top: 10px;
        left: 5px;
        right: 5px;
        margin: 20px 0 40px 0;
        height: inherit;
    }
    div.title-block-text > div > h1 {
        margin: 0;
        font-size: 1.1em;
    }
    div.title-block-text > div > p {
        margin: 0;
    }
    div.title-block-text > div > p.btn-buy {
        display: none;
    }
    div.title-block-video {
        position: relative;
        padding-bottom: 56.25%;
        top: 0px;
        height: 0;
        width: inherit;
        overflow: hidden;
        clear: both;
    }
    div.title-block-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

div.news-list {
    margin: 0;
}
div.news-list > .news-item {
    padding: 10px 10px 10px 0;
    border: none;
}
div.news-list > .news-item > .news-title {
    font-size: 1.1em;
    text-decoration: none;
}
div.news-list > .news-item > .news-date {
    font-size: .9em;
    color: #666;
    text-align: left;
    display: block;
}
