.topic_videos video {
	width: 100%;
}

.tutorial_video iframe {
	width: 100%;
	height: 450px;
}

.topic_image {
	width: 100%;
}

.input_code {
	padding: 10px;
    background: #f5f3f0;
  ;
}
.input_code code{
	color: #000;
}
.row-eq-height {
    min-height : 450px;
}
.row-eq-height-login {
    min-height : 234px;
}