﻿.slides {
}
/*#slide1,
#slide2 {
    position:absolute;
    top:0;
    left:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#slide2 {
    left:1184px;
}*/
.webcam {
    margin-bottom: 3px;
}
.webcam-image img {
    width: calc(100% + 100px) !important;
    margin-top: -25px;
    margin-left: -50px;
    max-width: none !important;
}
.webcam-image {
    height:289px;
    overflow:hidden;
}
.webcam-title-time {
    display:flex;
    justify-content:space-between;
    align-items:center;
    background-color:#01a767;
    color:#ffffff;
}
.webcam-default-title {
    display:flex;
    justify-content:space-around;
    align-items:center;
    background-color:#01a767;
    color:#ffffff;
}
.webcam-default-title .webcam-time,
.webcam-default-title .webcam-desc {
    padding: 12px;
}
.webcam-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    padding: 10px 5px 10px 10px;
    white-space:nowrap;
}
.webcam-title strong {
    font-size: 20px;
}
.webcam-time,
.webcam-desc {
    font-size: 17px;
    padding: 10px 10px 10px 0;
    white-space:nowrap;
}
.background-green {
    background: #004d29;
    background: -moz-linear-gradient(left,#004d29 0%,#00a767 100%);
    background: -webkit-linear-gradient(left,#004d29 0%,#00a767 100%);
    background: linear-gradient(to right,#004d29 0%,#00a767 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004d29',endColorstr='#00a767',GradientType=1);
}
.webcam-default .webcam-image {
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.webcam-image-title {
    font-family: 'Fira Sans', sans-serif;
    color:#FFFFFF;
    font-size:38px;
    text-align:center;
}
.webcam-image-title strong {
    font-size:80px;
}
@media (max-width:1550px) {
    .webcam-default-title .webcam-time,
    .webcam-default-title .webcam-desc {
        padding: 12px;
    }
    .webcam-title {
        font-size: 16px;
        padding: 10px 5px 10px 10px;
    }
    .webcam-title strong {
    font-size: 17px;
    }
    .webcam-time,
    .webcam-desc {
        font-size: 14px;
        padding: 10px 10px 10px 0;
    }

}
@media (max-width:1300px) {
    .webcam-default-title .webcam-time,
    .webcam-default-title .webcam-desc {
        padding: 9px;
    }
    .webcam-title {
        padding: 6px 0 6px 6px;
    }
    .webcam-title strong {
        font-size: 15px;
    }
    .webcam-time,
    .webcam-desc {
        font-size: 12px;
        padding: 6px 6px 6px 0;
    }

}