.python-block {
	background: #293A43; 
	overflow: hidden;
	float: left;
	width: 100%;
	border-bottom: 5px solid #1a252b;
}

@media(max-width: 1024px) {.python-block{position: relative;}}

.python-block .info-block-presentation {
	position: absolute;
	z-index: 100;
}

.python-block .info-block-presentation h4.profession {
    font-size: 1.25rem;
    letter-spacing: .2em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-left: 4px solid #293a42;
    padding-left: 15px;
    margin-right: 38px;
    font-weight: 300;
    display: block;
    color: #293a42;
}

.python-block .info-block-presentation h1.front-heading {color: #293a42}
.python-block .block-with-border h2.front-heading {color: #fff}
.python-block .info-block-presentation .start-time {color: #fff}
.python-block .info-block-presentation .start-time .start-date {color: #ecc284}
.python-block .technologies ul.position_tech {width: 450px; color: #fff}
.python-block .technologies ul.position_tech li::before {color: #fff}

.python-block .buttons .btn.red {background: #293a42; box-shadow: none}
.python-block .buttons .btn.red:hover {color: #333}
.python-block .buttons .btn.red .btn__blobs div {background: #ecc284}

.python-block .buttons .btn.white {background: #ecc284; border-color: transparent}

.python-block .play-button div {
    background: #ecc284;
	-webkit-box-shadow: 4px 6px 17px 4px rgba(236, 194, 132, 0.65);
    box-shadow: 4px 6px 17px 4px rgba(236, 194, 132, 0.65);
}

.python-play {
	position: relative;
	float: left;
}

@media(min-width: 1801px) {
	#pictures-bg .python-sun {
		transform: scale(2.7);
		top: 200px;
		left: 900px;
	}
}

@media(max-width: 1800px) and (min-width: 1401px) {
	#pictures-bg .python-sun {
		transform: scale(2.7);
		top: 200px;
		left: 700px;
	}
}

@media(max-width: 1400px) and (min-width: 1261px) {
	#pictures-bg .python-sun {
		transform: scale(2);
		top: 200px;
		left: 550px;
	}
}

@media(max-width: 1500px) and (min-width: 1261px) {
	.python-block img.main-bg {
		padding-bottom: 100px;
		transform: translateY(1px);
	}
}

@media(min-width: 1261px) {
	.python-block img.main-bg {width: 100%}
	
	.python-block .info-block-presentation {
		top: 250px;
		left: 60%;
	}
	
	.python-play {
		top: 50px;
		left: -15%;
	}
}

@media(max-width: 1260px) {
	.python-block img.main-bg {width: 1400px; min-height: 550px; max-width: initial;}
	#pictures-bg .python-sun {display: none}
	
	.python-play {
		top: -250px;
		left: -25%;
	}
}

@media(max-width: 1260px) and (min-width: 1025px) {
	.python-block .info-block-presentation {
		top: 200px;
		left: 50%;
	}
}

@media(min-width: 1025px) {.python-block img.main-bg-mobile {display: none}}

@media(max-width: 1024px) {	
	.python-block img.main-bg {display: none}
	.python-block img.main-bg-mobile {width: 100%}
	
	.python-block .info-block-presentation {
		top: 200px;
		left: 30%;
	}
}

@media(max-width: 931px) and (min-width: 690px) {	
	.python-block .info-block-presentation {
		top: 70px;
		left: 20%;
	}
	
	.python-play {
		top: 100px;
		left: 0;
	}
}

@media(max-width: 689px) and (min-width: 570px) {	
	.python-block .info-block-presentation {
		top: 70px;
		left: 10%;
	}
	
	.python-play {
		top: 30px;
		left: 0;
	}
}

@media(max-width: 569px) {	
	.python-block .info-block-presentation {
	    position: static;
		margin-top: 50px;
		margin-left: 2%;
		margin-bottom: 150px;
	}
	
	.python-play {
		top: 30px;
		left: 0;
	}
	
	.python-block {
	    background: #486673 url(https://itproger.com/intensive/img/bg-python-mobile.svg) no-repeat center;
		background-size: cover;
   	}
   	.python-block .main-bg-mobile {display: none}
	.python-block .buttons .btn.white {margin-left: 0px; margin-top: 20px}
	.python-block .buttons {flex-direction: column; width: 80%}
	.python-block .block-with-border h1.front-heading {font-size: 3.7rem}
}

@media(max-width: 360px) {
	.python-block .technologies ul.position_tech {width: 300px; margin-left: 20px}
	.python-block .technologies ul.position_tech li.wide,
	.python-block .technologies ul.position_tech li {width: 150px}
}