@charset "utf-8";
@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/BigShouldersDisplay_Regular/stylesheet.css");
@import url("webfonts/Lato_Light/stylesheet.css");
body {
    margin: 0;
    position: fixed;
    text-shadow: 0px 0px;
    background-color: #FAF8F8;
    width: 100%;
    height: 100%;
}
.background {
    width: 1440px;
    height: 900px;
    margin-left: 0px;
	background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/Abolitionist Sugar Bowl Background 2.png");
    background-position: center;
    background-size: contain;
	position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-box-shadow: 2px 2px 32px rgba(0,0,0,0.16);
    box-shadow: 2px 2px 32px rgba(0,0,0,0.16);
}
#background-2  {
    width: 1440px;
    height: 900px;
    margin-left: 0px;
    opacity: 0;
	background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/Extended Secondary Sugar Bowl.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-box-shadow: 2px 2px 32px rgba(0,0,0,0.16);
    box-shadow: 2px 2px 32px rgba(0,0,0,0.16);
    z-index: -5;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#background-2.change {
	opacity: 1;
}
.mobilePage {
	display: none;
}
.background header {
    width: 1000px;
    height: 75px;
    margin-left: 20px;
    z-index: 20;
    background-size: cover;
    position: fixed;
}
.background header img {
	width: 300px;
	height: auto;
}
.desktopNav {
    width: 70%;
    height: 17.5px;
    float: right; 
}
.desktopNav ul {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 800px;
    margin-right: auto;
    margin-left: -37px;
}
.desktopNav ul li {
    display: inline-block;
    border-right: thin solid #000000;
    padding-right: 15px;
    padding-left: 10px;
}
.desktopNav ul .selected {
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
}
.desktopNav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.4px;
    line-height: 14px;
    font-family: "Lato Regular";
}
#circa-1825-text {
    position: absolute;
    width: 400px;
    height: 125px;
    top: 8em;
    left: 13em;
	opacity: 0.5;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#circa-1825-text.move1 {
	transform: scale(0.65) translate(75em, 2.5em);
}
#circa-1825-text.move2 {
	transform: scale(0.65) translate(65em, 2em);
	z-index: 5;
}
.background #circa-1825-text img {
    width: 100%;
    height: auto;
}

#Antiqua-container {
    width: 650px;
    height: 550px;
    position: absolute;
    top: 16em;
    left: 5em;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    opacity: 1;
}
#Antiqua-container:hover {
	cursor: pointer;
}
#Antiqua-container.move {
	transform: scale(1.5) translate(5em, 2em);
	z-index: 4;
}
#Antiqua-container.fade1 {
	transform: translate(-47em);
	opacity: 0;
}
#Antiqua-PrePop {
    background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.25) 0.00%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    -webkit-box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Antiqua-PrePop.fade {
	opacity: 0;
}
#Antiqua-PrePop .torn-paper-Antigua {
    width: 300px;
    height: 70px;
    position: absolute;
	top: -2.5em;
    left: 50%;
	transform: translate(-50%);
	z-index: 3;
}
.torn-paper-Antigua img {
    width: 100%;
    height: auto;
	mix-blend-mode: overlay;
	opacity: 0.5;
}
#Antiqua-PrePop .image-placeHolder {
    width: 620px;
    height: 437px;
    position: relative;
    top: 0.75em;
    left: 1em;
}
.Antiqua-textbox-PrePop {
    width: 620px;
    position: relative;
    left: 1em;
    top: 17px;
    height: 90px;
}
.Antiqua-textbox-PrePop .artist-name {
    text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.44px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.Antiqua-textbox-PrePop .title-text {
    text-align: center;
    color: #5E4343;
    font-weight: 625;
    font-size: 20px;
    line-height: 4px;
    letter-spacing: 2.5px;
    margin-top: -6px;
    font-family: "BigShouldersDisplay Regular";
    padding-top: 15px;
	padding-bottom: 4px;
}
.Antiqua-textbox-PrePop .source-text {
    color: #000000;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    font-family: "Lato Light";
    margin-top: -3px;
}




#Antiqua-PopUp {
    width: 620px;
    height: 437px;
    position: absolute;
    left: 1em;
    top: 0.75em;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#AntiguaIMG {
	width: 100%;
    height: auto;
    -webkit-box-shadow: -1px 1px 12px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 12px 1px rgba(0,0,0,0.75);
    transition: all 0.5s ease-in;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#AntiguaIMG.changeShadow {
    -webkit-box-shadow: 4px 0px 9px 1px rgba(0,0,0,0.59);
    box-shadow: 4px 0px 9px 1px rgba(0,0,0,0.59);
}
#Antiqua-PopUp #Antigua-textBox {
    width: 252px;
    height: 325px;
    position: absolute;
    top: 3.25em;
    left: 0;
    z-index: -4;
	opacity: 0;
    -webkit-box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -moz-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -o-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: linear-gradient(150deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Antiqua-PopUp #Antigua-textBox.move {
	transform: translate(38em, 0);
	opacity: 1;
}
#Antigua-close {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 1em;
	right: 1em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
}
#Antigua-close:hover {
	cursor: pointer;
	transform: scale(1.1);
}
#Antiqua-PopUp #Antigua-textBox .arist-name-text {
    text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 8px;
    line-height: 2px;
    letter-spacing: 0.44px;
    padding-top: 66px;
}
.Antigua-Popup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 11px;
    line-height: 2px;
    letter-spacing: 2px;
    margin-top: 1px;
    padding-top: 11px;
    padding-bottom: 3px;
    padding-left: 0px;
}
#Antiqua-PopUp #Antigua-textBox .popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 9px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 15px;
    letter-spacing: normal;
}
#Antiqua-PopUp #Antigua-textBox .popup-source-link a {
	text-decoration: none;
}
#Antiqua-PopUp #Antigua-textBox .divider {
    width: 199px;
    height: 1.25px;
    left: 27px;
    position: relative;
    top: -12px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
}
#Antiqua-PopUp #Antigua-textBox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 10px;
    line-height: 13px;
    text-align: justify;
    letter-spacing: 0.25px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 0px;
    font-weight: lighter;
    padding-bottom: 0px;
    color: rgba(0,0,0,0.80);
}
#Antigua-white-rectangle {
    height: 199px;
    width: 169px;
    position: absolute;
    left: 135px;
    top: 171px;
    opacity: 1;
    z-index: -8;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/White%20Rectangle_Antislavery.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}
#blueRect-Antigua {
    width: 650px;
    height: 7px;
    background-color: rgba(0,27,86,0.74);
    z-index: 66;
    position: absolute;
    top: 52em;
    left: 5em;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    opacity: 1;
}
#blueRect-Antigua.fade1 {
	transform: translate(-46em, 0);
	opacity: 0;
}
#Roehampton-container {
    width: 500px;
    height: 325px;
    position: absolute;
    top: 4.5em;
    left: 53em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Roehampton-container:hover {
	cursor: pointer;
}
#Roehampton-container.move {
	transform: scale(1.85) translate(-21em, 11em);
	z-index: 4;
}
#Roehampton-container.fade1 {
	transform: translate(37em, 0);
	opacity: 0;
}
#Roehampton-Prepop {
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.25) 0.00%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    -webkit-box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Roehampton-Prepop.fade {
	opacity: 0;
}
.torn-paper-Rohampton {
	width: 200px;
    height: 50px;
    position: absolute;
	top: -1.5em;
    left: 50%;
	transform: translate(-50%);
	z-index: 5;
}
.torn-paper-Rohampton img {
	width: 100%;
    height: auto;
	mix-blend-mode: overlay;
	opacity: 0.5;
}
#Roehampton-Prepop .image-placeHolder {
    width: 450px;
    height: 243px;
    position: relative;
    left: 1.5em;
    top: 0.65em;
}
.Roehampton-textbox-PrePop {
    position: relative;
    top: 17px;
}
.Roehampton-textbox-PrePop .artist-name {
    text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.44px;
    padding-top: 2px;
    padding-bottom: 4px;
}
.Roehampton-textbox-PrePop .title-text {
    text-align: center;
    color: #5E4343;
    font-weight: 625;
    font-size: 20px;
    line-height: 4px;
    letter-spacing: 2.5px;
    margin-top: -6px;
    font-family: "BigShouldersDisplay Regular";
    padding-top: 15px;
    padding-bottom: 21px;
}
.Roehampton-textbox-PrePop .source-text {
	color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    font-family: "Lato Light";
    margin-top: -3px;
}
#Roehampton-popUp {
    width: 450px;
    height: 243px;
    position: absolute;
    left: 1.5em;
    top: 0.66em;
}
#RoehamptonIMG {
	width: 100%;
    height: auto;
    -webkit-box-shadow: -1px 1px 12px 1px rgba(0,0,0,0.63);
    box-shadow: -1px 1px 12px 1px rgba(0,0,0,0.63);
    transition: all 0.5s ease-in;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#RoehamptonIMG.changeShadow {
	-webkit-box-shadow: 4px 0px 9px 1px rgba(0,0,0,0.59);
    box-shadow: 4px 0px 9px 1px rgba(0,0,0,0.59);
}
#Roehampton-popUp #Roehampton-textBox {
    width: 220px;
    height: 224px;
    position: absolute;
    top: 0.5em;
    left: 0;
	z-index: -4;
	opacity: 0;
    -webkit-box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -moz-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -o-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: linear-gradient(150deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Roehampton-popUp #Roehampton-textBox.move {
	transform: translate(27.5em, 0);
	opacity: 1;
}
#Roehampton-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1em;
    right: 1em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
}
#Roehampton-close:hover {
	cursor: pointer;
	transform: scale(1.1);
}
#Roehampton-popUp #Roehampton-textBox .arist-name-text {
    text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 8px;
    line-height: 2px;
    letter-spacing: 0.44px;
    padding-top: 56px;
}
.Roehampton-Popup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 9px;
    line-height: 2px;
    letter-spacing: 2px;
    margin-top: 1px;
    padding-top: 11px;
    padding-bottom: 3px;
    padding-left: 0px;
}
#Roehampton-popUp #Roehampton-textBox .popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 7px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 15px;
    letter-spacing: normal;
}
#Roehampton-popUp #Roehampton-textBox .divider {
    width: 175px;
    height: 1px;
    left: 23px;
    position: relative;
    top: -15px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
}
#Roehampton-popUp #Roehampton-textBox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 8px;
    line-height: 11px;
    text-align: justify;
    letter-spacing: 0.1px;
    padding-left: 26px;
    padding-right: 20px;
    font-weight: lighter;
    padding-bottom: 0px;
    color: rgba(0,0,0,0.80);
    margin-top: -5px;
}
#Roehampton-white-rectangle {
    height: 155px;
    width: 136px;
    position: absolute;
    left: 128px;
    top: 102px;
    opacity: 1;
    z-index: -8;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/White%20Rectangle_Antislavery.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

#blueRect-Roehampton {
    height: 7px;
    width: 500px;
    background-color: rgba(0,27,86,0.74);
    position: absolute;
    top: 25.25em;
    left: 53em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#blueRect-Roehampton.fade1 {
	transform: translate(37em, 0);
	opacity: 0;
}
#Calderas-container {
    width: 550px;
    height: 415px;
    position: absolute;
    left: 49.99em;
    top: 26.75em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Calderas-container:hover {
	cursor: pointer;
}
#Calderas-container.move {
	transform: scale(1.65) translate(-22em, -2em);
}
#Calderas-container.fade1 {
	transform: translate(40em, 0);
	opacity: 0;
}
#Calderas-PrePop {
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.25) 0.00%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    -webkit-box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Calderas-PrePop.fade {
	opacity: 0;
}
.torn-paper-Calderas {
    width: 200px;
    height: 40px;
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
}
.torn-paper-Calderas img {
	width: 100%;
    height: auto;
	mix-blend-mode: overlay;
	opacity: 0.5;
}
#Calderas-PrePop .image-placeHolder {
    width: 500px;
    height: 325px;
    position: relative;
    top: 0.75em;
    left: 1.5em;
}
.Calderas-textbox-PrePop {
    position: relative;
    top: 19px;
}
.Calderas-textbox-PrePop .artist-name {
    text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.44px;
    padding-top: 3px;
    padding-bottom: 5px;
}
.Calderas-textbox-PrePop .title-text {
    text-align: center;
    color: #5E4343;
    font-weight: 625;
    font-size: 20px;
    line-height: 4px;
    letter-spacing: 2.5px;
    margin-top: -6px;
    font-family: "BigShouldersDisplay Regular";
    padding-top: 16px;
    padding-bottom: 21px;
}
.Calderas-textbox-PrePop .source-text {
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    font-family: "Lato Light";
    margin-top: -3px;
    padding-top: 2px;
}



#Calderas-popUp {
    width: 500px;
    height: 325px;
    position: absolute;
    top: 0.75em;
    left: 1.5em;
}
#calderasIMG {
	width: 100%;
    height: auto;
    -webkit-box-shadow: -1px 1px 10px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 10px 1px rgba(0,0,0,0.75);
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#calderasIMG.changeShadow {
	-webkit-box-shadow: 4px 0px 9px 1px rgba(0,0,0,0.59);
    box-shadow: 4px 0px 9px 1px rgba(0,0,0,0.59);
}
#Calderas-popUp #Calderas-textBox {
    width: 260px;
    height: 260px;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: -4;
    opacity: 0;
    -webkit-box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -moz-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -o-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: linear-gradient(150deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Calderas-popUp #Calderas-textBox.move {
	transform: translate(30.5em, 0);
	opacity: 1;
}
#Calderas-close {
	width: 15px;
    height: 15px;
    position: absolute;
    top: 1em;
    right: 1em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
}
#Calderas-close:hover {
	cursor: pointer;
	transform: scale(1.1);
}
#Calderas-popUp #Calderas-textBox .arist-name-text {
    text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 7px;
    line-height: 1px;
    letter-spacing: 0.1px;
    padding-top: 71px;
}
.Calderas-Popup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 10px;
    line-height: 2px;
    letter-spacing: 1.5px;
    margin-top: 1px;
    padding-top: 5px;
    padding-bottom: 9px;
    padding-left: 0px;
}
.popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 7.5px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 15px;
    letter-spacing: normal;
}
#Calderas-textBox .divider {
    width: 175px;
    height: 1.25px;
    left: 42px;
    position: relative;
    top: -9px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    font-size: medium;
}
#Calderas-textBox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 9px;
    line-height: 12px;
    text-align: justify;
    letter-spacing: 0.3px;
    padding-left: 40px;
    padding-right: 37px;
    font-weight: lighter;
    padding-bottom: 0px;
    color: rgba(0,0,0,0.80);
    margin-top: -5px;
    padding-top: 8px;
}
#Calderas-white-rectangle {
    height: 155px;
    width: 136px;
    position: absolute;
    left: 168px;
    top: 138px;
    opacity: 1;
    z-index: -8;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/White%20Rectangle_Antislavery.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}









#gradientBox-1 {
    width: 75px;
    height: 200px;
    position: absolute;
    left: 47.5em;
    top: 5.75em;
    background-image: -webkit-linear-gradient(180deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    background-image: linear-gradient(270deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#gradientBox-1.fade1 {
    opacity: 0;
}
#gradientBox-1.fade2 {
	transform: scaleX(7) scaleY(0.6) translate(2.5em);
	opacity: 0.65;
}
#gradientBox-2 {
    width: 75px;
    height: 90px;
    position: absolute;
    left: 47.5em;
    top: 19em;
    background-image: -webkit-linear-gradient(180deg,rgba(204,187,186,1.00) 0%,rgba(204,187,186,0.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(204,187,186,1.00) 0%,rgba(204,187,186,0.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(204,187,186,1.00) 0%,rgba(204,187,186,0.00) 100%);
    background-image: linear-gradient(270deg,rgba(204,187,186,1.00) 0%,rgba(204,187,186,0.00) 100%);
    opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#gradientBox-2.fade1 {
    opacity: 0;
	
}
#gradientBox-3 {
    width: 60px;
    height: 400px;
    position: absolute;
    right: 0em;
    top: 3.75em;
    background-image: -webkit-linear-gradient(270deg,rgba(204,187,186,0.00) 22.11%,rgba(204,187,186,1.00) 80.31%);
    background-image: -moz-linear-gradient(270deg,rgba(204,187,186,0.00) 22.11%,rgba(204,187,186,1.00) 80.31%);
    background-image: -o-linear-gradient(270deg,rgba(204,187,186,0.00) 22.11%,rgba(204,187,186,1.00) 80.31%);
    background-image: linear-gradient(180deg,rgba(204,187,186,0.00) 22.11%,rgba(204,187,186,1.00) 80.31%);
    opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#gradientBox-3.fade1 {
	transform: translate(4em, 0);
	opacity: 0;
}
#gradientBox-3.fade2 {
	transform: scaleX(0.75) translate(0.66em);
}
#gradientBox-4 {
    width: 60px;
    height: 360px;
    position: absolute;
    right: 0em;
    top: 30em;
    background-image: -webkit-linear-gradient(270deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(212,221,221,1.00) 0%,rgba(212,221,221,0.00) 100%);
    opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#gradientBox-4.fade1 {
	transform: translate(4em, 0);
	opacity: 0;
}
#gradientBox-4.fade2 {
	transform: scaleX(0.75) translate(0.66em);
}
#next-story {
    width: 217px;
    height: 53px;
    position: absolute;
    bottom: 0.25em;
    right: 1em;
	opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#next-story.fade {
	opacity: 0;
}
#next-story a img {
    width: 100%;
    height: auto;
}
.page-indicator {
    width: 8px;
    height: 33px;
    position: absolute;
	left: 2em;
    top: 50%;
    transform: translate(-50%);
}
.page-indicator .white-circle {
    width: 7px;
    height: 7px;
    background-color: #FFF7D8;
    border-radius: 50%;
    border: 0.5px solid #7F0E0E;
}
.page-indicator .black-circle {
    border-radius: 50%;
    background-color: #7F0E0E;
    width: 7px;
    height: 7px;
    margin-top: 15px;
    border: 0.5px solid #7F0E0E;
}
@media only screen and (min-width: 1300px) and (max-width: 1390px) and (orientation: landscape) {
	
	body {
		transform: scale(0.94861111)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%); 
  	}
}
@media only screen and (min-width: 1081px) and (max-width: 1299px) and (orientation: landscape) {
	
	body {
		transform: scale(0.89)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%);
  	}
}
@media only screen and (min-width: 1020px) and (max-width: 1080px) and (orientation: landscape) {
	
	body {
		transform: scale(0.711117)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media only screen and (min-height: 780px) and (max-height: 875px) and (orientation: landscape) {
	body{
		transform: scale(0.89)
	}	
  	.background {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  	}
}
@media only screen and (min-height: 640px) and (max-height: 779px) and (orientation: landscape) {
	body{
		transform: scale(0.78);
	}	
  	.background {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  		}
}
@media (min-width:1px)  and (max-width: 1000px) and (orientation: portrait)  { /* smartphones, iPhone, portrait 480x320 phones */ 
#body {
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
}
.background {
		display: none;
	}
#body.fixed {
		overflow: hidden;
		position: fixed;
		background-color: #000000;
	}
.background {
		display: none;
	}
.mobilePage {
		display:contents;
		position: relative;
		-webkit-text-size-adjust: none;
  		text-size-adjust: none;
	}
.topnav {
    overflow: hidden;
    position: relative;
    width: 100%;
	min-width: 250px;
    height: 50px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(270deg,rgba(249,247,247,1.00) 0%,rgba(246,244,244,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(249,247,247,1.00) 0%,rgba(246,244,244,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(249,247,247,1.00) 0%,rgba(246,244,244,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(249,247,247,1.00) 0%,rgba(246,244,244,0.00) 100%);
}
.logoContain {
    background-image: url("Hidden Stories Assets/Nav Menu Designs/Top Nav Hidden Stories Logo.png");
	background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 60;
   
}
#icon {
    background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuBlack.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 600;
    cursor: pointer;
}
#icon.active {
	background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuClose.png");
}
#mobile-siteMenu {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    font-family: "Lato Regular";
    font-style: italic;
    text-align: center;
    font-size: 16pt;
    color: white;
    letter-spacing: 1.2px;
    word-spacing: 2.5px;
}
#mobile-siteMenu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
	
}
#mobile-siteMenu ul li {
    display: block;
    padding: 20px;
    margin-left: -40px;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#mobile-siteMenu ul .no-border {
    border-bottom: 0px none rgba(0,0,0,0.00);
}
#mobile-siteMenu ul li a {
	text-decoration: none;
	color: white;
}
.mobilePage .mobileDateText {
    width: 50%;
    padding-bottom: 10px;
	padding-left: 10px;
    min-height: 0px;
    max-width: 250px;
}
.mobileDateText img {
    width: 100%;
    height: auto;
}

.mobilePage .mobileContain {
    width: 95%;
	min-width: 250px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.33) 0.00%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    -webkit-box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
}
.mobileContain img {
    width: 95%;
    height: auto;
	position: relative;
	margin-top: 10px;
	left: 50%;
	transform: translate(-50%);
	-webkit-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
    box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
}
.mobileContain .name {
	text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    line-height: 14px;
    letter-spacing: 0.44px;
	padding: 5px;
}
.mobileContain .title  {
	text-align: center;
    color: #5E4343;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 2.5px;
    font-family: "BigShouldersDisplay Regular";
	padding: 2px;
}
.mobileContain .source {
	color: #000000;
    font-family: "Lato Light";
    font-size: 9pt;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
	padding: 5px;
}
.mobileContain .caption {
	text-align: justify;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    letter-spacing: 0.44px;
	padding: 20px;
	margin-top: -15px;
}
/*readmore*/
#more1 {
    display: none;
	margin-top: 10px;
}
#more2 {
    display: none;
	
}
#more3 {
    display: none;
}
#more4 {
    display: none;
}
#btn1 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn2 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn3 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn4 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
}
@media (min-width:1px)  and (max-width:1019px) and (max-height:639px) and (orientation: landscape) {
#body {
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(250,248,248,1.00) 0%,rgba(182,185,182,1.00) 100%);
}
.background {
		display: none;
	}
#body.fixed {
		overflow: hidden;
		position: fixed;
		background-color: #000000;
	}
.background {
		display: none;
	}
.mobilePage {
		display:contents;
		position: relative;
		-webkit-text-size-adjust: none;
  		text-size-adjust: none;
	}
.topnav {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background-color: rgba(237,230,215,0.00);
}
.logoContain {
    background-image: url("Hidden Stories Assets/Nav Menu Designs/Top Nav Hidden Stories Logo.png");
	background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 60;
   
}
#icon {
  background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuBlack.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 600;
  cursor: pointer;
}
#icon.active {
	background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuClose.png");
}
#mobile-siteMenu {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    font-family: "Lato Regular";
    font-style: italic;
    text-align: center;
    font-size: 10pt;
    color: white;
    letter-spacing: 1.2px;
    word-spacing: 2.5px;
}
#mobile-siteMenu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
}
#mobile-siteMenu ul li {
    display: block;
    padding: 10px;
    margin-left: -40px;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#mobile-siteMenu ul .no-border {
    border-bottom: 0px none rgba(0,0,0,0.00);
}
#mobile-siteMenu ul li a {
	text-decoration: none;
	color: white;
}
.mobilePage .mobileDateText {
    width: 50%;
    padding-bottom: 10px;
    min-height: 0px;
    max-width: 250px;
}
.mobileDateText img {
    width: 100%;
    height: auto;
}

.mobilePage .mobileContain {
    width: 95%;
	max-width: 500px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.33) 0.00%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    -webkit-box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
}
.mobileContain img {
    width: 95%;
    height: auto;
	position: relative;
	margin-top: 10px;
	left: 50%;
	transform: translate(-50%);
	-webkit-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
    box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
}
.mobileContain .name {
	text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    line-height: 14px;
    letter-spacing: 0.44px;
	padding: 5px;
}
.mobileContain .title  {
	text-align: center;
    color: #5E4343;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 2.5px;
    font-family: "BigShouldersDisplay Regular";
	padding: 2px;
}
.mobileContain .source {
	color: #000000;
    font-family: "Lato Light";
    font-size: 9pt;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
	padding: 5px;
}
.mobileContain .caption {
	text-align: justify;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    letter-spacing: 0.44px;
	padding: 20px;
	margin-top: -15px;
}
/*readmore*/
#more1 {
    display: none;
	margin-top: 10px;
}
#more2 {
    display: none;
	
}
#more3 {
    display: none;
}
#more4 {
    display: none;
}
#btn1 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn2 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn3 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn4 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
}
