.video_carusel_section {
	width: 100%;
	position: relative;
	float: right;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}
.video_carusel_title {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 5px;
	color: #1d1933;
	direction: rtl;
}
.video_carusel_text {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 21px;
	font-weight: 400;
	color: #1d1933;
	text-align: center;
	float: right;
	width:100%;
	max-width: 90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom: 40px;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	direction: rtl;
}
.carusel_section {
	width: 100%;
	float:right;
	margin: auto;
	position: relative;
}
#carusel .item {
	padding: 0%;
	margin-top: 0px;
	margin-right: 3.5%;
	margin-bottom: 5px;
	margin-left: 3.5%;
	background-color: #fff;
	list-style-type: none;
	display: inline-block;
	box-shadow: 0 0 1px 0 rgba(32,47,57,.3);
	border-bottom:2px solid #000;

}
.video_item_code {
	float: right;
	width: 100%;
	margin-bottom: 5px;
}
.video_item_name {
	float: right;
	width: 100%;
	font-family: 'Open Sans Hebrew', serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	color: #1d1933;
	direction: rtl;
	background-color:#fff;
	box-sizing:border-box;
	padding:10px;
	min-height:70px;
}
.tetris_and_carusel_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tetris_and_carusel_button {
	width: 100%;
	float: none;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 3px;
}
.tetris_and_carusel_button:hover {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
	background-color: #0098ad!important;
}
.tetris_and_carusel_button:focus {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {

}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {

}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {

}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {

}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.video_carusel_section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.video_carusel_title {
	font-size: 21px;
}
.video_carusel_text {
	font-size: 17px;
	margin-bottom:10px
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.video_carusel_section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.video_carusel_title {
	font-size: 21px;
}
.video_carusel_text {
	font-size: 17px;
	margin-bottom:10px
}
}