.clear{
	clear:both;
}
.backToOverview{
	position:absolute;
	right:0;
	top:-30px;
}

.videolink{
	display: flex;
    flex-direction: column;
    height: 100px;
    background: #ebf1f6;
    padding: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.videolink i{
	text-align: center;
    font-size: 22px;
    color: rgb(36 78 100);
    margin-bottom: 10px;
}
.videolink .videoName{
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.machineDetailVideoWrapper .videolink{
	background: #fff;
}

.showFullText {
    color:#0088ac;
    margin:25px 0 15px 0;

}

#machineDetailsDescriptionFader.mask {
    --mask: linear-gradient(to bottom, 
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 80%, 
      rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;
     -webkit-mask: var(--mask); 
  mask: var(--mask);
}

.submitButton.disabled {
    opacity:0.3;
    pointer-events: none; /* prevent hover / all pointer events^^ */
}