#myslide
{
	
}
#features
{
	padding-bottom: 100px;
}
.carousel-item img
{
    width: 500px;
}

div.laptop-wrapper 
{
    box-sizing: border-box;
    background: url(../images/desktop.png) center center no-repeat;
    background-size: contain;
   /*! background-size: auto; */
    position: absolute;
    top: 0;
    left: 0;
    /*! min-width: 100% !important; */
    align-items: center;
    margin-top: -100px;
    
}
.carousel-indicators
{
	bottom: 160px;
    left:30px;
}
.carousel-control-prev
{
    left: 25px;
}
.carousel-control-next
{
	right: 30px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
{
  .carousel-item img
  {
    	width: 300px;
  }
  div.laptop-wrapper 
  {
  	margin-top: 0px;
  }
  .carousel-indicators
	{
		bottom: 100px;
	    left:30px;
	}
	.carousel-control-prev
	{
	    left: 25px;
	}
	.carousel-control-next
	{
		right: 30px;
	}
    .banner-text
    {
        margin-top: 270px;
    }
}