@media (max-width: 800px){
.device-macbook-pro{
    margin: 0;
    transform: scale(.75);
}

}

@media (max-width: 600px){
.device-macbook-pro{
    margin: 0;
    transform: scale(.65);
}

}


@media (min-width: 1200px){

.device-macbook-pro{
    margin: 0;
    transform: scale(1.3);
}
}

.fp-header{
	position:absolute;
	right:10px;
	top:0px;
	width:80px;
	padding:0px !important;
	min-height:2em !important;
}

#async-player .fp-controls{
	display:none !important;
}


.btn.btn-primary{


background-color: rgba(237, 28, 36, 1) !important;
background-image: linear-gradient(90deg, rgba(237, 28, 36, 1) 0%, rgba(183, 23, 6, 1) 100%) !important;

}