* {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    background-color: #1B1B1B !important
}

@media screen and (min-width:1441px) {

    .body-article,
    .max-width-container-fluid {
        width: 1400px !important;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

a {
    color: #71DAFC !important
}

a:hover {
    color: #71DAFC !important
}

.rm-padding {
    padding-right: 0 !important;
    padding-left: 0 !important
}

h1 {
    color: #fff !important;
    margin-top: 40px;
    font-size: 64px;
    line-height: 66px;
    margin-bottom: 45px;
    text-align: center
}

@media (max-width:768px) {
    h1 {
        font-size: 36px;
        margin-top: 20px
    }
}

.webcam-block {
    padding-top: 60px;
    margin-top: 85px;
    margin-bottom: 0;
	background: none;
}

@media (max-width:992px) {
    .webcam-block {
        margin-top: 35px
    }
}

.webcam-block .paragraph {
    margin-bottom: 45px
}

.webcam-block iframe:first-of-type {
    margin-bottom: 35px
}

.webcam-block iframe:last-child {
    margin-bottom: 30px
}

.webcam-block .webcam {
    max-width: 640px;
    margin: 0 auto
}