/* Add here all your CSS customizations */

.offset {
	height: 200px;
}

.scale {
	max-width: 100%;
	height: auto;
}

.roundabout-holder {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 437px;
    width: 993px;
}

.roundabout-moveable-item {
    height: 437px;
    width: 893px;
    cursor: pointer;
    background-color: white;
}

.roundabout-in-focus {
    cursor: auto;
}

#embedded-video {
    width: 100%;
}

.parallax.disabled {
    background-size: cover;
}