



/************************************************************/

@media screen and (min-width: 320px)  {

	
		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto -2px auto;
			}

			.presentedBy img {
				width: 125px;
				height: auto;
				margin: auto;
				margin-top: 10px;
			}

}
/************************************************************/

@media screen and (min-width: 375px)  {


	.presentedBy {
		margin-top: -32px;
	}

}


/************************************************************/

@media screen and (min-width: 414px)  {

	
	.presentedBy {
		margin-top: -16px;
	}
		

}

/************************************************************/

@media screen and (min-width: 480px)  {


	
			.presentedBy p {
				font-size: 0.6em;
			}
				
			.presentedBy {
					margin-top: -16px;
			}

}

/************************************************************/

@media screen and (min-width: 568px) {



		.presentedBy {
			margin: 8px 10px auto auto;
	}

}
/************************************************************/

@media screen and (min-width: 667px) {

	.multiheading {
		width: 80%;
	}

	.textcontent h3 {
		margin: 6px 0 18px 0;
	}

}


/************************************************************/

@media screen and (min-width: 768px)  {

	

		.presentedBy {
			margin-right: 0px;
			margin-top: -10px;
		}

		.presentedBy img {
			width: 185px;
		}

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    
		.presentedBy {
			margin-right: 0px;
			margin-top: 8px;
		}
    	
}

/************************************************************/



@media screen and (min-width: 1280px)  

	
		.presentedBy {
			margin-top: -15px;
		}

        .presentedBy img {
            width: 250px;
            margin-bottom: 0px;
            margin-top: 15px;
            margin-right:-10px;
        }

	

}

