.bio {
  padding:60px 20px 0px 30px; 
}

.bio {
  text-align: left;
}

.au-pt-4 {
    padding-top: 1rem;
}

.au-mb-4 {
    margin-bottom: 0rem;
}

.color-white{
	color: white;
}

.ae-grid--collapse, .ae-grid--deepcollapse, .ae-grid--deepcollapse .ae-grid {
    margin: 0 auto;
}

.item-1 {
    background-image: url(../img/cmr-branding.jpg);
}

.item-inside-1 {
    background-image: url(../img/cmr-branding-Header.jpg) !important;
}

.item-inside-1 {
    background-size: cover;
}

.item-2 {
    background-image: url(../img/alleratucha.jpg);
}

.item-inside-2 {
    background-image: url(../img/alleratucha-Header.jpg) !important;
}

.item-inside-2 {
    background-size: cover;
}

.item-3 {
    background-image: url(../img/cmr-video.jpg);
}

.item-inside-3 {
    background-image: url(../img/cmr-video-Header.jpg) !important;
}

.item-inside-3 {
    background-size: cover;
}

.item-4 {
    background-image: url(../img/chevrolet.jpg);
}

.item-inside-4 {
    background-image: url(../img/chevrolet-Header.jpg) !important;
}

.item-inside-4 {
    background-size: cover;
}

.item-5 {
    background-image: url(../img/adonde.jpg);
}

.item-inside-5 {
    background-image: url(../img/adonde-Header.jpg) !important;
}

.item-inside-5 {
    background-size: cover;
}

.item-6 {
    background-image: url(../img/negroni.jpg);
}

.item-inside-6 {
    background-image: url(../img/negroni-Header.jpg) !important;
}

.item-inside-6 {
    background-size: cover;
}

.item-7 {
    background-image: url(../img/Portada-Dia-del-Musico.jpg);
}

.item-inside-7 {
    background-image: url(../img/Ford-music-header.jpg) !important;
}

.item-inside-7 {
    background-size: cover;
}

.item-8 {
    background-image: url(../img/elegi.jpg);
}

.item-inside-8 {
    background-image: url(../img/elegi-Header.jpg) !important;
}

.item-inside-8 {
    background-size: cover;
}

.item-9 {
    background-image: url(../img/vanriel.jpg);
}

.item-inside-9 {
    background-image: url(../img/vanriel-Header.jpg) !important;
}

.item-inside-9 {
    background-size: cover;
}

.item-10 {
    background-image: url(../img/suenos.jpg);
}

.item-inside-10 {
    background-image: url(../img/suenos-Header.jpg) !important;
}

.item-inside-10 {
    background-size: cover;
}

.item-11 {
    background-image: url(../img/microinstantes.jpg);
}

.item-inside-11 {
    background-image: url(../img/micro-Header.jpg) !important;
}

.item-inside-11 {
    background-size: cover;
}

.item-12 {
    background-image: url(../img/imasa.jpg);
}

.item-inside-12 {
    background-image: url(../img/imasa-Header.jpg) !important;
}

.item-inside-12 {
    background-size: cover;
}

.item-13 {
    background-image: url(../img/bronco/portada-bronco.jpg);
}

.item-inside-13 {
    background-image: url(../img/bronco/bronco-Header.jpg) !important;
}

.item-inside-13 {
    background-size: cover;
}

.item-14 {
    background-image: url(../img/pura/portada-pura.jpg);
}

.item-inside-14 {
    background-image: url(../img/pura/pura-Header.jpg) !important;
}

.item-inside-14 {
    background-size: cover;
}

.item-15 {
    background-image: url(../img/castrol/portada-castrol.jpg);
}

.item-inside-15 {
    background-image: url(../img/castrol/castrol-Header.jpg) !important;
}

.item-inside-15 {
    background-size: cover;
}

.text-center {
    font-weight: 700;
    text-align: center;
  }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .story{
    height: 600px;
  }

  .feed{
    height: 600px;
  }

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  .embed-container {
    width: 1050px;
    margin-bottom: 20px;
}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
    .embed-container {
		width: 840px;
		margin-bottom: 20px;
	}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .embed-container {
		width: 610px;
		margin-bottom: 20px;
	}

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .embed-container {
		width: 650px;
		margin-bottom: 20px;
	}
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .embed-container {
		width: 460px;
		margin-bottom: 20px;
	}
	
	.rk-portfolio-title {
		font-size: 1.8em;
	}
	
	.rk-portfolio-category {
		font-size: 1em;
	}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .embed-container {
		width: 300px;
		margin-bottom: 20px;
	}

  .story{
    height: 550px;
  }

  .feed{
    height: 380px;
  }
	
  .rk-portfolio-title {
		font-size: 1.8em;
	}
	
	.rk-portfolio-category {
		font-size: 1em;
	}
  
}
