@import "components/spinner-inline.css";

#pocasi .zdroj {
    text-align: center;
    margin-top: 4px;
    font-size: 13px;
}

#camera {
    position: relative;
}

#camera img {
    max-width: 100%;
	margin: 0 auto;
}

.empty-camera,
.camera-loading {
    /*height: 250px;*/
	min-height: 200px;
	aspect-ratio: 16/9;
    background: rgba(255, 255, 255, 0.8);
	display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    .empty-camera,
    .camera-loading {
		min-height: auto;
		aspect-ratio: initial;
        height: 0;
        padding-top: 25%;
        padding-bottom: 25%;
    }
}

.empty-camera img {
    display: none !important;
}

#show-camera.button {
    display: none;
}

.empty-camera #show-camera.button {
    display: block;
	margin: 0;
}

.description {
    padding-bottom: 5px;
}

@media only screen and (min-width: 548px) and (max-width: 833px) {
    .faratel {
        padding-top: calc(62.5% + 80px) !important;
    }
}
