﻿#image-carousel {
    height: 700px;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 3s linear;
    background-image: url('/_Assets/carousel/office.png');
}
    #image-carousel .wrapper {
        padding: 230px;
        color: #ffffff;
        font-size: 1.5em;
    }