
.wrapper_stokke {color: #383838;padding: 10px;background:#fff;}
.wrapper_stokke p{font-size: 14px;text-align: center;padding: 50px;}
.wrapper_stokke p:nth-child(5){color:#ef7303;font-size: 18px;padding: 50px 100px;}
.wrapper_stokke .video{width:75%;margin:20px auto;}
.wrapper_stokke video{width:100%;}
.wrapper_stokke section{ display: flex;margin-bottom: 4%;justify-content: space-around;flex-wrap: wrap;}
.wrapper_stokke section:nth-child(6){width:90%;margin:auto;}
.wrapper_stokke .small{position: relative;width:49%;}
.wrapper_stokke .medium{width:49%;position: relative;    margin-bottom: 1rem;}
.wrapper_stokke section img{width: 100%;}
.wrapper_stokke .transparent {  width: 100%;  height: 100%; top: 0; left: 0;  z-index: 1;background-color: transparent;display: block;opacity: 0;position: absolute;}

@media screen and (max-width: 680px) {
.wrapper_stokke section{flex-direction: column;}
.wrapper_stokke p:nth-child(5), .wrapper_stokke p{padding:50px 0;}
.wrapper_stokke section:nth-child(6), 
.wrapper_stokke .medium,.wrapper_stokke .small,
.wrapper_stokke .video {width:auto;}
}
