.fullsize-slider article {
    background: transparent no-repeat center;
    background-size: cover;
    height: 320px;
}

.fullsize-slider article:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 10;
}

.fullsize-slider article .pseudo-table {
    position: relative;
    height: 100%;
    z-index: 20;
}

.fullsize-slider article .pseudo-table .pseudo-td {
    vertical-align: middle;
}

.fullsize-slider article h2 {
    margin-top: 0;
    font-family: 'Conv_GothaProBol';
    font-size: 42px;
    color: #fff;
}

.fullsize-slider article p {
    margin-top: 25px;
    color: #fff;
    font-size: 15px;
    max-width: 350px;
    line-height: 1.8;
}

.fullsize-slider article .buttons {
    margin-top: 35px;
}

.fullsize-slider article .buttons .btn {
    margin-left: 10px;
}

.fullsize-slider article .buttons .btn:first-child {
    margin-left: 0;
}

.fullsize-slider .slick-dots {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    bottom: 30px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.fullsize-slider .slick-dots > li {
    display: inline-block;
    margin: 0 7px;
    padding: 0;
}

.fullsize-slider .slick-dots > li button {
    padding: 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    font-size: 0;
}

.fullsize-slider .slick-dots > li.slick-active button {
    background: transparent;
}

@media (max-width: 767px) {
    .fullsize-slider article h2 {
        font-size: 30px;
    }

    .fullsize-slider article p {
        font-size: 14px;
        line-height: 1.4;
    }

    .fullsize-slider article .buttons {
        margin-top: 30px;
    }

    .fullsize-slider .slick-dots {
        bottom: 20px;
    }
}