body {
    margin: 0;
    padding: 0;
    background-color: rgba(20, 20, 20, 1);
}

.header_img {
    z-index: 1;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(20, 20, 20, 1);
    position: fixed;
    background-image: url('img/benelfbg.jpg');
    background-size: cover;
    /*background-position: top 80px center; 202205 replaced by LAURA :*/
    background-position: top 80px left 0;
    background-repeat: no-repeat;
}

.scroll_indicator {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 30px;
    height: 30px;
    z-index: 2;
    background-image: url(img/arrowright.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: arrowdown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes arrowdown {
    0% {
        bottom: 35px;
    }

    50% {
        bottom: 20px;
    }

    100% {
        bottom: 35px;
    }
}

.breaker {
    width: 100%;
    height: 1px;
    background-color: rgba(180, 180, 180, 1);
    position: relative;
    margin-top: 15px;
}

.breaker2 {
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: rgba(180, 180, 180, 1);
    position: absolute;
}

.wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.wrapper:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: '';
}

#naru {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.text_title {
    width: 100%;
    font-size: 50px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: rgba(180, 180, 180, 1);
}

.text_title2 {
    width: 100%;
    font-size: 50px;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: rgba(180, 180, 180, 1);
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    background-color: black;
    background-size: cover;
    transition: 1s opacity;
}

.footer {
    margin-top: 50px;
    width: 100%;
    min-height: 170px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(20, 20, 20, 1);
    position: relative;
    -webkit-box-shadow: inset 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
    display: flex;
    /* Center content of div to align centered vertically even on mobile */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/*LAURA 20020623*/
@media screen and (max-width: 840px) {
    .footer {
        padding-bottom: 100px;
    }
}

.footer_img {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 25px;
    margin-right: 25px;
    width: 68px;
    height: 68px;
    opacity: 0.4;
    position: relative;
    background-image: url('img/tbe.png');
    background-position: center center;
    background-size: 100% auto;
    filter: invert(1);
    background-repeat: no-repeat;
}

.footer_cont {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.4;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: rgba(180, 180, 180, 1);
}

a {
    color: rgba(180, 180, 180, 1);
    text-decoration: none;
}

.content {
    top: 100vh;
    position: relative;
    width: 100%;
    background-color: rgba(30, 30, 30, 1);
    z-index: 2;
}

.content2 {
    top: 80px;
    position: relative;
    width: 100%;
    height: calc(100vh - 330px);
    background-color: rgba(30, 30, 30, 1);
    z-index: 2;
}

.container2 {
    padding-top: 50px;
    width: calc(100% - 40px);
    max-width: 1000px;
    position: relative;
    height: calc(100vh - 430px);
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: rgba(180, 180, 180, 1);
    padding-left: 20px;
    padding-right: 20px;
}

.logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    position: fixed;
    background-size: 50% auto;
    background-position: bottom 100px right 100px;
    background-repeat: no-repeat;
    filter: invert(1);
    opacity: 0;
    display: none;
    background-image: url('img/logonew.png');
}

.logomob {
    top: 0;
    left: 0;
    width: 160px;
    height: 80px;
    z-index: 5;
    margin-left: 15px;
    display: block;
    background-size: auto 40px;
    background-position: left center;
    background-repeat: no-repeat;
    filter: invert(1);
    opacity: 0.7;
    background-image: url('img/tbe.png');
}

.menu {
    width: 100%;
    height: 70px;
    background-color: rgba(20, 20, 20, 1);
    z-index: 4;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

.logo2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 5;
    position: fixed;
    display: block;
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('img/logo4.png');
}

.menu2 {
    width: 100%;
    height: 80px;
    background-color: rgba(20, 20, 20, 1);
    z-index: 4;
    top: 0;
    left: 0;
    position: fixed;
}

.menucont {
    z-index: 3;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: -100vh;
    opacity: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
}

.menucont_cont {
    position: relative;
    /*top: 40%; 202205 hidden by LAURA */
    left: 50%;
    transform: translate(-50%, 0); /*202205 changed by LAURA from transform: translate(-50%, -50%);*/
}

#menubtn_mobile {
    height: 80px;
    width: 80px;
    right: 0;
    z-index: 7;
    display: block;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    transition: all 0.7s ease;
}

.menubtn_mobile_line1 {
    top: 32px;
    left: 20px;
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: rgba(150, 150, 150, 1);
    transition: all 0.3s ease-out;
}

.menubtn_mobile_line2 {
    bottom: 32px;
    left: 20px;
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: rgba(150, 150, 150, 1);
    transition: all 0.3s ease-out;
}

#menubtn_mobile2 {
    height: 80px;
    width: 80px;
    right: 0;
    z-index: 7;
    display: block;
    position: fixed;
    cursor: pointer;
    opacity: 1;
    transition: all 0.7s ease;
}

.menubtn_mobile_line3 {
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: rgba(150, 150, 150, 1);
    transform: rotate(45deg);
    top: 40px;
    left: 18px;
    transition: all 0.3s ease-out;
}

#ben {
    float: right;
    height: 550px;
    width: auto;
    margin-top: -70px;
    /*202102 laura changed 25px*/
}

.menubtn_mobile_line4 {
    position: absolute;
    height: 1px;
    width: 40px;
    transform: rotate(-45deg);
    top: 40px;
    left: 18px;
    background-color: rgba(150, 150, 150, 1);
    transition: all 0.3s ease-out;
}

@media screen and (max-width: 800px) {
    #ben {
        display: none;
    }
}

@media screen and (max-width: 800px) {  /*202205 changed by LAURA from (max-height: 800px)*/
    .text_title2 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 35px;
    }

    /*202205 hidden by LAURA
    .menucont_cont {
        top: 50%;
    }*/
}
/*202205 added by LAURA*/
@media screen and (max-height: 800px) { 
    .text_title2 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 35px;
    }
}

/*202205 added by LAURA*/
@media screen and (max-height: 415px) { 

.menucont_cont {
    /*top: 55%; 202205 hidden by LAURA */
    font-size: 30px;
}
}

/*202205 added by LAURA*/
@media screen and (max-height: 400px) { 
    .text_title2 {margin-top: 0;font-size: 30px;}
}
.text_title2:first-child {margin-top: 80px;}
@media screen and (max-height: 280px) { 
    .text_title2 {font-size: 18px;)}
}





@media screen and (max-width: 840px) {
    .label {
        display: none;
    }
    /*202205 added by LAURA*/
    .label.getbackline {
        display: block;
    }
    /*END LAURA*/
    .menu {
        display: block;
    }

    .text_title {
        font-size: 35px;
    }

    .logo {
        height: 80px;
        background-size: 70%;
        background-position: left center;
        margin-left: 20px;
    }

    #menubtn_mobile {
        opacity: 1;
    }

    .header_img {
        background-size: cover;
    }

    /*202205 added by LAURA*/
    @media screen and (max-width: 765px) {
        .header_img {
            max-height: 720px;
        }
    }
    @media screen and (max-width: 415px) {
        .header_img {
            max-height: 700px;
        }
    }
    @media screen and (max-width: 390px) {
        .header_img {
            max-height: 664px;
        }
    }
    @media screen and (max-width: 375px) {
        .header_img {
            max-height: 642px;
        }
    }
    @media screen and (max-width: 360px) {
        .header_img {
            max-height: 620px;
        }
    }
    @media screen and (max-width: 280px) {
        .header_img {
            max-height: 563px;
        }
    }
    /*END LAURA*/


    .video_arrow_right {
        box-shadow: none;
    }

    .video_arrow_right1 {
        background-position: right 10px center;
        width: 40px;
    }

    .video_arrow_left {
        box-shadow: none;
    }

    .video_arrow_left1 {
        background-position: left 10px center;
        width: 40px;
    }
}

.videos_wrapper {
    position: relative;
    height: 250px;
    overflow-x: hidden;
    width: 100%;
}

.videoscontainment {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 250px;
    position: absolute;
}

.videos {
    height: 250px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    /*width: 2878px;
    animation-name: videoscroll;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;*/
    transition: all 0.3s ease-out;
}

/*.videos_wrapper:hover .videos 
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
    transition: all 0.3s ease;
}

@keyframes videoscroll {
    0% {left: 0;}
    100% {left: -2558px;}
}*/

.viidakko {
    font-size: 14px;
    line-height: 2;
}

.videos_shadow {
    pointer-events: none;
    -webkit-box-shadow: inset 0px 0px 92px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 92px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 92px -5px rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
}

.hidden {
    display: none;
}

::-webkit-scrollbar-button {
    display: none;
    height: 15px;
    border-radius: 0px;
    background-color: #AAA;
}

::-webkit-scrollbar-button:hover {
    background-color: #AAA;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(110, 110, 110, 1);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(110, 110, 110, 1);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgba(30, 30, 30, 1);
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(30, 30, 30, 1);
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 15px;
    background-color: rgba(30, 30, 30, 1);
}



.container {
    padding-top: 50px;
    width: calc(100% - 40px);
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: rgba(180, 180, 180, 1);
    padding-left: 20px;
    padding-right: 20px;
}

::-webkit-input-placeholder {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

:-ms-input-placeholder {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

@font-face {
    font-family: LeagueGothic;
    src: url('fonts/LeagueGothic-Regular.otf');
}

.video_container {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    height: 250px;
    width: 444.444444px;
    transition: all 0.3s ease-out;
}

.video_container_play {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url('img/play_button.png');
    background-position: center center;
    background-size: 65% auto;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
}

.video_container_play.mobile {
    opacity: 1;
    background-size: 35% auto;
    background-color: transparent;
}

.video_container:hover {
    -webkit-box-shadow: inset 0px 0px 92px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 92px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 92px -5px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease;
}

.video_container:hover .video_container_play {
    opacity: 1;
    transition: all 0.3s ease;
}

.video_arrow_left {
    -webkit-box-shadow: inset 200px 0px 242px -70px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 200px 0px 242px -70px rgba(0, 0, 0, 1);
    box-shadow: inset 200px 0px 242px -70px rgba(0, 0, 0, 1);
    pointer-events: none;
    z-index: 3;
    position: absolute;
    height: 250px;
    width: 100%;
}

.video_arrow_left1 {
    z-index: 4;
    position: absolute;
    height: 250px;
    width: 100px;
    background-position: left 50px center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-image: url('img/arrowleft.png');
    transition: all 0.3s ease-out;
}

.videodisplay {
    z-index: 200;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: black;
}

#videodisplayiframe {
    width: 100%;
    height: 100vh;
}

.videodisplay_close {
    width: 50px;
    height: 50px;
    background-color: red;
    right: 10px;
    top: 10px;
    position: fixed;
}

.video_arrow_right1 {
    z-index: 4;
    position: absolute;
    height: 250px;
    width: 100px;
    right: 0;
    background-position: right 50px center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-image: url('img/arrowright.png');
    transition: all 0.3s ease-out;
}

.video_arrow_left1:hover {
    background-position: left 45px center;
    transition: all 0.3s ease;
}

h1 {
    display: none;
}

.video_arrow_right1:hover {
    background-position: right 45px center;
    transition: all 0.3s ease;
}

.video_arrow_right {
    -webkit-box-shadow: inset -200px 0px 242px -70px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset -200px 0px 242px -70px rgba(0, 0, 0, 1);
    box-shadow: inset -200px 0px 242px -70px rgba(0, 0, 0, 1);
    pointer-events: none;
    z-index: 3;
    right: 0;
    position: absolute;
    height: 250px;
    width: 100%;
}

/*.videos::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.videos::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.videos::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5);
  border: 0px none #ffffff;
  border-radius: 0px;
}
.videos::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.8);
}
.videos::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.8);
}
.videos::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border: 0px none #ffffff;
  border-radius: 0px;
}
.videos::-webkit-scrollbar-track:hover {
  background: rgba(0,0,0,0);
}
.videos::-webkit-scrollbar-track:active {
  background: rgba(0,0,0,0);
}
.videos::-webkit-scrollbar-corner {
  background: transparent;
}
*/




.video_information_display {
    z-index: 100;
    top: 0;
    left: 0;
    color: white;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    transition: all 0.3s ease-out;
}

.video_information_display_info .closebtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-image: url(img/cross.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*202102 LAURA added closebtn position*/
@media screen and (max-width: 1000px) {
    .video_information_display_info .closebtn {
        top: 50px;
    }
}

.blackbg {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    transition: all 0.3s ease;
}

.video_information_display_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}

.video_information_display_info {
    width: 1000px;
    height: 658px;
    background-color: rgba(20, 20, 20, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    font-family: Oswald;
    font-size: 25px;
    transform: translate(-50%, -50%);
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease-out;
}

.video_information_display_info_cont {
    opacity: 0;
    transition: all 0.2s ease-out;
}

.opacity1 {
    opacity: 1;
    transition: all 0.2s ease;
}

.videoinfo_big {
    width: 500px;
    height: 500px;
    transition: all 0.5s ease;
}

.scaledvid {
    width: 1000px;
    height: 658px;
    opacity: 1;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
    .scaledvid {
        height: 100vh;
        width: 100vw;
    }
}


.blurred {
    filter: blur(10px);
    transition: all 0.3s ease;
}

.glow_background {
    opacity: 1;
}

.blogivideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.blogivideo iframe,
.blogivideo object,
.blogivideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*202102 laura > inline css pois koodista*/
.iframecontent {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 5px 5px 0px 0px;
}

.iframecontent iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 5px 5px 0px 0px;
}

.vidinfoevr {
    padding-left: 10px;
    position: relative;
}

.contentindex {
    min-width: 300px;
    display: block;
}

.contentindex .glow_wrapper {
    height: 100vh;
    width: 100%;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
}

.contentindex .glow_background {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

/*062022 Laura taustakuva savu*/
.contentindex .glow_background .glow {
    width: 1366px;
    height:10000px;
    background-image: url('background2.jpg');
    background-position: 50% 27%;
    background-repeat: repeat-y;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    pointer-events: none;
}

/*
.contentindex .glow_background .glow {
    width: 800px;
    height: 800px;
    background-image: url('background.png');
    background-position: 50% 27%;
    background-size: 800px 800px;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    pointer-events: none;
}
*/


.video .text_title {
    position: absolute;
    left: 0;
}

.contactspacer {
    position: relative;
    height: 30px;
    width: 100%;
}

.smpict {
    width: 40px;
    height: auto;
    opacity: 0.4;
    margin: 20px;
}

.blogilink {
    padding-left: 25px;
    padding-right: 25px;
    opacity: 0.4;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: rgba(180, 180, 180, 1);
}

noscript img {
    display: none;
}

.video_container_play_info {
    font-size: 20px;
    font-weight: bold;
}

.video_container_play_info.smaller {
    font-size: 17px;
}

.st {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}

.underline {
    text-decoration: underline;
}

.fssmall {
    font-size: 13px;
}

.logomob {
    float: left;
    width: 100px;
}

.previous {
    font-family: 'Oswald', sans-serif;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 12px;
}

.previous>img {
    width: auto;
    height: 15px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    opacity: 0.7;
}

.notop {
    top: 0px;
}

/*202004 laura*/
input[type=text],
textarea {
    font-family: Arial;
    font-size: 13px;
}

form label.error {
    color: #ff0000;
    font-weight: bold;
    line-height: initial;
    display: block;
}

.grecaptcha-badge {
    z-index: 2;
}

fieldset#contact table {
    width: 100%;
    border-spacing: 0;
}

fieldset#contact table td {
    width: 55%;
    padding-bottom: 4px;
}

fieldset#contact table td.label {
    width: 45%;
    vertical-align: top;
}

fieldset#contact table td.label.full {
    width: 100%;
}

form label {
    font-weight: 200;
    font-size: 20px;
    line-height: 1.1;
    color: rgba(180, 180, 180, 1);
}

fieldset#contact textarea {
    width: calc(100% - 6px);
}

fieldset#contact input[type=text] {
    width: calc(100% - 4px);
}

.captchaContainer {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.captchaContainer>div {
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    fieldset#contact table td.label {
        width: 150px;
        font-size: 15px;
    }

    form label {
        font-size: 15px;
    }
}

@media screen and (max-width: 840px) {

    fieldset#contact table,
    fieldset#contact table td.label {
        width: 100%;
    }

    fieldset#contact table {
        border-spacing: 0;
    }

    fieldset#contact table td {
        padding: 0;
        padding-bottom: 5px;
    }

    .captchaContainer {
        text-align: left;
    }

    .captchaContainer>div {
        display: block;
    }

    .label.full {
        display: block;
    }

    label.error {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.78);
        -webkit-transform: scale(0.78);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .captchaContainer {
        height: 70px;
    }

    .captchaContainer>div {
        position: absolute;
    }
}

/*202205 added by LAURA*/
label.getback {display:block;margin-top:10px;}
label.getback:nth-child(even) {margin-bottom:15px;}
.kuvausimg {display:block;margin-bottom:30px;margin-top:30px;width:700px;max-width:100%;
/*filter: drop-shadow(1px 1px 3px #efefef);border:1px solid #999999;*/margin-left: auto;
    margin-right: auto;}
.kuvaustt {font-weight:bold;display: block; text-align: center;font-size: 30px;}