/*
/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/aqua-qutto/
Description:MYTREX AQUA QUTTO
Version: 1.0
*/

/*フェイスライン*/
#video-leg {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn, #video-btn.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/aqua/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video-btn.current::after {
	background-image: url(/wp-content/themes/mytrex/img/product/prove/mv_stop.png);
	opacity: 0.1;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	top: auto;
	left: auto;
}
@media screen and (max-width: 767px) {
	#video-btn::after {
		width: 13.7vw;
		height: 6.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;

		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
   }
	#video-btn.current::after {
		width: 8vw;
		height: 8vw;
		bottom: 2vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
   #video-btn::after {
		width: 13.8vw;
		height: 6.6vw;
	}
	#video-btn.current::after {
		width: 4vw;
		height: 4vw;
   }
	#video-btn.current::after {
		bottom: 2vw;
		right: 2vw;
   }
}
#header {
   /*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
   /*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
main {
	height: 100%;
   /*min-height: 100vh;
   */
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}
@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 20vw;
   }
}
@media screen and (min-width: 768px) {
	main {
		margin-top: 3vw !important;
   }
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
   }
}
.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}
/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTop2 {
		position: fixed;
		bottom: 19vw;
		left: 2vw;
		z-index: 10000;
   }
}
@media screen and (min-width: 768px) {
	#pageTop2 {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
   }
}
#pageTop2 img {
	width: 100%;
}
#pageTop2 a {
	display: block;
	z-index: 999;
	padding: 8px 8px 8px 8px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	background-color: #231815;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop2 a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
/* pagetop -------------------------------------------------------------- */

@media screen and (min-width: 768px) {
  .wrapper main {
    margin-top: 0vw !important;
  }
}

/*** menu sub ***/
@media screen and (max-width: 767px) {
	.menu_sp_list_logo {
		padding: 18px 0vw 18px 0vw;
		text-align: center;
		width: 100%;
		background: #ffffff;
		z-index: 999;
		position: fixed;
   }
	.menu_sub {
		background: #d9e5da;
		padding: 0.5vw 0.5vw;
		width: 100%;
		position: fixed;
		top: 11vw;
		z-index: 999;
   }
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 0.5vw 0.5vw;
		text-align: center;
   }
	.menu_sub_item_link {
		font-size: 3vw;
		font-weight: normal;
		letter-spacing: 0.1vw;
		line-height: 3vw;
		color: #b5b5b6;
		padding: 2.5vw 0.5vw;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
   }
	.menu_sub_item_link a {
		color: #231815;
		display: inline-block;
		list-style: none;
		padding: 0vw 3vw;
   }
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
   }
	#mt_pc_top_buy_cartin {
		position: fixed;
		bottom: 0px;
		right: 0px;
		background: #0000004f;
		padding: 4px 0px 0px;
   }
	.mt_pc_top_buy {
		padding: 0 12vw;
   }
   /* state */
	.menu_sub.is-fixed {
		width: 86%;
		position: absolute;
		top: 0;
		transition-duration: 0.2s;
   }
	.is-fixed .menu_sub_item_link {
		padding: 4vw 0.5vw;
   }
}
@media screen and (min-width: 768px) {
	.menu_sub {
		background: #d9e5da;
		padding: 0vw;
		position: fixed;
		z-index: 999;
		top: 7.02vw;
		width: 100%;
		height: 3vw;
   }
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 1.0vw 0.5vw;
		text-align: center;
   }
	.menu_sub_item_link {
		font-size: 0.75vw;
		font-weight: normal;
		letter-spacing: 0.08vw;
		line-height: 1vw;
		color: #b5b5b6;
		padding: 1.0vw 0vw;
		overflow-x: auto;
		white-space: nowrap;
   }
	.menu_sub_item_link::-webkit-scrollbar {
		display: none;
   }
	.menu_sub_item_link a {
		color: #231815;
   }
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
   }
	#mt_pc_top_buy_cartin {
		padding: 0;
   }
	.mt_pc_top_buy {
		padding: 0vw 0vw !important;
   }
}
/*** menu sub ***/
/*** section ***/
@media screen and (max-width: 767px) {
	#pd_c {
		padding: 0% 0 10%;
   }
	#pd_l {
		padding: 0 0 10%;
	   /* background: #f1f5f7;
		*/
   }
	#pd_l2 {
		padding: 10% 0 10%;
   }
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		margin-bottom: 10vw;
   }
}
@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
   }
	#pd_l {
		padding: 5% 0 5%;
		background: #f3f4f4;
   }
	#pd_l2 {
		padding: 5% 0 5%;
   }
	#pd_mv {
		padding: 0% 0 0%;
		background: #ffffff;
		z-index: 1;
		/* padding-top: 8vw; */
   }
}
/*** section ***/

/*** l ***/
@media screen and (max-width: 767px) {
	.pd_l_area {
		padding: 4vw 4vw;
   }
	.pd_l_area_ttl {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 4vw;
   }
	.pd_l_box1 {
		padding: 4vw 23vw;
		text-align: center;
   }
	.pd_l_box2 {
		padding: 0vw 0vw 5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw;
   }
	.pd_l_icon {
		padding: 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 3vw;
		line-height: 5.0vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 1.0vw 0.0vw;
		text-align: left;
   }
	.pd_l_ttl {
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 2vw 1.0vw;
		text-align: center;
   }
	.pd_l_area {
		padding: 15vw 0 15vw;
		/* background-color: #f2f2f2; */
   }
	.pd_l_item_ttl{
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: left;
		display:none;
   }
}
@media screen and (min-width: 768px) {
	.pd_l_area {
		padding: 4vw 0vw;
   }
	.pd_l_area_ttl {
		font-size: 1.8vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding-bottom: 1.5vw;
		text-align: center;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 0vw;
   }
	.pd_l_box1 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
   }
	.pd_l_box2 {
		float: left;
		width: 66%;
		padding: 0.5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
   }
	.pd_l_icon {
		padding: 1vw 1vw 1vw 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 0.7vw;
		line-height: 1.7;
		letter-spacing: 0vw;
		color: #231815;
		padding: 3vw 0vw 1.0vw 0vw;
		text-align: left;
   }
	.pd_l_ttl {
		font-size: 1.0vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding: 0.5vw 1.0vw 0vw;
		text-align: center;
   }
	.pd_l_area {
		padding: 0 5vw 1vw;
   }
	.pd_l_item_ttl{
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: center;
   }
}
/*** l ***/

/*** btm ***/
#cartin_sp {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #d9e5dade;
	;
	padding: 0px 0px 0px;
	height: 10vw;
}
.mytrex_buy {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mytrex_buy_item {
		float: left;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		color: #231815;
		padding: 1vw 3vw 1vw 3vw;
		letter-spacing: 0.1vw;
		min-width: 30vw;
   }
	.mytrex_buy {
		padding: 0 12vw;
   }
}
@media screen and (min-width: 768px) {
	.mytrex_buy {
		padding: 0 1vw;
   }
}
/*** btm ***/
/*** modal ***/
@media screen and (max-width: 767px) {
	#btn-close-modal {
		width: 23vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 3.5vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 1.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 3.5vw;
		margin: 0 auto 10vw;
   }
	.modal-content {
		width: 94%;
   }
}
@media screen and (min-width: 768px) {
	#btn-close-modal {
		width: 7vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 1vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 0.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 1vw;
		margin: 0 auto 5vw;
   }
	.modal-content {
		width: 80%;
   }
}
.modal-content {
	margin: 60px auto 80px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, 1);
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
}
/*** modal ***/
/*** modal e1 ***/
@media screen and (max-width: 767px) {
	#pd_md_1 {
		padding: 15% 0% 0%;
   }
}
@media screen and (min-width: 768px) {
	#pd_md_1 {
		padding: 8% 0%;
   }
	.support_product_qa_ttl {
		text-align: left !important;
   }
}
/*** modal e1 ***/
/*** modal e5 ***/
@media screen and (min-width: 768px) {
	.support_product_qa_ttl {
		text-align: left !important;
   }
}
/*** modal e5 ***/

/* add contents */
@media screen and (max-width: 767px) {
	.qto_e2_box05:not(:last-child) {
	  margin-bottom: 3.33vw;
	}
	.qto_e2_box05a {
		background-color: #e7d0d6;
		padding: 2.5vw 0vw;
		font-size: 3.5vw;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.1vw;
	}
	.qto_e2_box05b_1 {
	  background-color: #eff2f2;
	  padding: 2.67vw 6.67vw 6.67vw;
		height: auto;
	}
	.qto_e2_box05b_1 img{
		width: 100%;
		height: auto;
	}
	.qto_e2_box05a_ttl{
		background: #ffffff;
		color: #353535;
		border-radius: 2px;
		padding: 0.3vw 3vw;
		font-size: 3.4vw;
		margin-right: 3vw;
	}
	.qto_e2_box05b_1_ttl1{
		padding: 2vw 0vw 2.6vw;
		font-size:3.3vw;
		color:#353535;
		text-align: center;
	}
	.qto_e2_box05b_1_ttl2{
		padding-bottom:4vw;
		font-size:4.0vw;
		color:#000000;
		text-align: center;
	}
	.qto_e2_box05b_1_sub{
		padding: 3vw 0vw 0vw;
		font-size: 1.5vw;
		color: #000000;
		text-align: left;
		line-height: 1.7;
		letter-spacing: 0.05vw;
	}
.accordion-head2:before {
right: 3.39vw;
}
.accordion-head2:after {
right: 3.39vw;
}
}
@media screen and (min-width: 768px) {
	.qto_e2_box05:not(:last-child) {
	  margin-bottom: 2.08vw;
	}
	.qto_e2_box05a {
	  background-color: #e7d0d6;
	  padding: 1.2vw 0;
	  font-size: 1.70vw;
	  letter-spacing: 0.09vw;
	  font-weight: bold;
		text-align: center;
	}
	.qto_e2_box05b,
	.qto_e2_box05b_1 {
	  padding: 2.08vw 18.6vw 2.08vw;
	  background-color: #eff2f2;
	}
	.qto_e2_box05b_1 img{
		width: 100%;
		height: auto;
	}
	.qto_e2_box05a_ttl{
		background: #ffffff;
		color: #353535;
		border-radius: 4px;
		padding: 0.3vw 1vw;
		font-size: 1.5vw !important;
		margin-right: 1.5vw;
	}
	.qto_e2_box05b_1_ttl1{
		padding: 1vw 0vw;
		font-size:1.5vw;
		color:#000000;
		text-align: center;
		letter-spacing: 0.1vw;
	}
	.qto_e2_box05b_1_ttl2{
		padding-bottom:2vw;
		font-size:2.4vw;
		color:#000000;
		text-align: center;
		letter-spacing: 0.15vw;
	}
	.qto_e2_box05b_1_sub{
		padding: 1.5vw 1vw;
		font-size: 0.6vw;
		color: #000000;
		text-align: center;
	}
.accordion-head2:before {
right: 32.39vw;
}
.accordion-head2:after {
right: 32.39vw;
}
}

.accordion-head2 {
position: relative;
cursor: pointer;
transition: background-color 0.3s;
}

.accordion-head2:before {
position: absolute;
content: "";
top: 50%;
height: 2px;
width: 15px;
background: #fff;
transform: rotate(90deg);
transition: all 0.3s ease-in-out;
}

.accordion-head2:after {
position: absolute;
content: "";
top: 50%;
height: 2px;
width: 15px;
background: #fff;
transition: all 0.3s ease-in-out;
}

.accordion-head2.open:before {
transform: rotate(180deg);
}

.accordion-head2.open:after {
opacity: 0;
}

.accordion-body2 {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}


.accordion-head {
position: relative;
cursor: pointer;
transition: background-color 0.3s;
}

.accordion-head:before {
position: absolute;
content: "";
top: 50%;
right: 3.39vw;
height: 2px;
width: 15px;
background: #fff;
transform: rotate(90deg);
transition: all 0.3s ease-in-out;
}

.accordion-head:after {
position: absolute;
content: "";
top: 50%;
right: 3.39vw;
height: 2px;
width: 15px;
background: #fff;
transition: all 0.3s ease-in-out;
}

.accordion-head.open:before {
transform: rotate(180deg);
}

.accordion-head.open:after {
opacity: 0;
}

.accordion-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
    color: #c3996d;
}
.pd_t_sup_ttl:before, .pd_t_sup_ttl:after {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}
@media screen and (min-width: 768px)  {
	#pd_t {
		background: #e9e9e950;
	}
	#pd_l {
		padding: 5% 0 5%;
		background: #e9e9e950;
	}
}

/* bnr */
@media screen and (max-width: 767px) {
	.series-contains {padding-top: 15vw}
	.series-bnr {width: 80%;margin: auto;}
	.series-bnr img{width: 100%;height: auto;}
}
@media screen and (min-width: 768px) {
	.series-contains {padding-top: 5vw}
	.series-bnr {width: 80.5%;margin: auto;}
	.series-bnr img{width: 100%;height: auto;}
}


/*  */
.pr_aq_lg img{
	width:100%;
	height: auto;
}
.pr_aq_kv img{
	width:100%;
	height: auto;	
}
.pr_aq_img img{
	width:100%;
	height: auto;
}
.pr_aq_cpn img{
	width:100%;
	height: auto;
}
.pr_aq_cnt img{
	width:100%;
	height: auto;
}

.pr_aq_lg{
	padding:0vw;
	line-height: 0;
}
.pr_aq_kv{
	padding:0vw;
}
.pr_aq_cnt{
	line-height: 0;
}
.pr_aq_cpn{
	padding:0vw 0vw 8vw;
	position: relative;
}
.cpn-cmp-cpn-box{
	position: absolute;
	bottom: 13.8vw;
	width: 39vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cpn-cmp-cpn-box-inner {
	margin: 0 auto;
	width: 100% !important;
}
button.copy-clink {
	width: 100%;
	background: none !important;
	color: #fff;
	padding: 0.5vw 0vw;
	letter-spacing: 0.05vw;
	border: none;
	font-size: 1.7vw;
}
button.copy-clink:hover {
	opacity: 0.8;
    color: #ffffff;
    border: none;
    transition: 0.9s;
}

.pr_aq_cnt_accordion_box{
	background: #eff2f2;
}

.pr_aq_cnt_accordion {
	margin: 0 auto;
	width: 44vw;
}
.pr_aq_cnt_toggle {
	display: none;
}
.pr_aq_cnt_option {
	position: relative;
	/* margin-bottom: 1em; */
}
.pr_aq_cnt_title,
.pr_aq_cnt_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.pr_aq_cnt_title {
	border: none;
	padding: 0.9vw;
	display: block;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to top,#4d4d4d 0%,#4d4d4d 25%,#2d2d2d 100%);
	text-align: center;
	font-size: 1.7vw;
	line-height: 1;
}
.pr_aq_cnt_title::after,
.pr_aq_cnt_title::before {
	content: "";
	position: absolute;
	right: 1.5em;
	top: 0.35em;
	width: 3px;
	height: 1.4em;
	background-color: #fff;
	transition: all 0.3s;
}
.pr_aq_cnt_title::after {
	transform: rotate(90deg);
}
.pr_aq_cnt_content {
	max-height: 0;
	overflow: hidden;
}

.pr_aq_cnt_toggle:checked + .pr_aq_cnt_title + .pr_aq_cnt_content {
	max-height: 500px;
	transition: all 1.5s;
}
.pr_aq_cnt_toggle:checked + .pr_aq_cnt_title::before {
	transform: rotate(90deg) !important;
}

ul {
list-style:none;
}

li.first {
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
}

li.next {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
li.next2 {
	width: 100%;
	background: #e7d0d6;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

span.pr_aq_cnt_lt {
	float: left;
	padding: 1vw;
	font-size: 1.1vw;
}

span.pr_aq_cnt_ln {
	display: block;
	margin-left: 5vw;
	padding: 1vw;
	border-left: 1px solid #ccc;
	font-size: 1.1vw;
}

.pr_aq_cnt_content2{
	width: 44vw;
	margin: 0 auto;	
}
.bnr_buy_aq img{
	width: 50vw;
	height: auto;
	position: fixed;
	z-index: 999;
	bottom: 0vw;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
.pr_aq_cpn {
	margin-bottom: 9vw;
}
.cpn-cmp-cpn-box {
    padding: 0vw;
}
.cpn-cmp-cpn-box {
	position: absolute;
	bottom: 19.2vw;
	width: 79.0vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
button.copy-clink {
	width: 100%;
	background: none !important;
	color: #fff;
	padding: 1.3vw 0vw;
	letter-spacing: 0.05vw;
	border: none;
	font-size: 4.5vw;
}
.pr_aq_cnt_accordion {
	width: 90vw;
}
.pr_aq_cnt_content2 {
	width: 90vw;
}
.pr_aq_cnt_title{
	padding: 1.5vw;
	font-size: 3.5vw;
}
.pr_aq_cnt_title::after, 
.pr_aq_cnt_title::before {
	height: 1.2em;
}
span.pr_aq_cnt_lt {
  padding: 1.6vw;
  font-size: 2.4vw;
}
span.pr_aq_cnt_ln {
  margin-left: 9vw;
  padding: 1.6vw;
  font-size: 2.4vw;
}
.bnr_buy_aq img {
	width: 100%;
	height: auto;
  bottom: 0vw;
}
	
	.gif-wrapper {
    position: relative;
}
	
	.gif-wrapper picture:last-child img:last-of-type {
    display: block;
    width: 83%;
    position: absolute;
    bottom: 17vw;
    left: 8.5vw;
}

}

@media screen and (min-width:768px){
	.gif-wrapper {
    position: relative;
}
	
	.gif-wrapper picture:last-child img:last-of-type {
    display: block;
    width: 83%;
    position: absolute;
	bottom: 8.5vw;
	left: 4vw;
}
}
